lexical_cast_helper< Source, std::string > Struct Template Reference
#include <lexical_cast.h>
Inheritance diagram for lexical_cast_helper< Source, std::string >:
Static Public Member Functions | |
static std::string | cast (const Source &source) |
Detailed Description
template<class Source>
struct illumina::interop::util::lexical_cast_helper< Source, std::string >
Specialization that casts an arbitrary type to a string
Note the arbitrary type must support the appropriate stream operator.
Member Function Documentation
|
inlinestatic |
Cast an arbitrary type to a string
- Parameters
-
source arbitrary type
- Returns
- string
The documentation for this struct was generated from the following file:
- /io/interop/util/lexical_cast.h