lexical_cast_helper< const Source &, std::string > Struct Template Reference

#include <lexical_cast.h>

Inheritance diagram for lexical_cast_helper< const Source &, std::string >:
lexical_cast_helper< Source, std::string >

Additional Inherited Members

- Static Public Member Functions inherited from lexical_cast_helper< Source, std::string >
static std::string cast (const Source &source)
 

Detailed Description

template<class Source>
struct illumina::interop::util::lexical_cast_helper< const Source &, std::string >

Specialization that casts an arbitrary type to a string

Note the arbitrary type must support the appropriate stream operator.


The documentation for this struct was generated from the following file: