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

#include <lexical_cast.h>

Inheritance diagram for lexical_cast_helper< Source, std::string >:
lexical_cast_helper< const 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

static std::string cast ( const Source &  source)
inlinestatic

Cast an arbitrary type to a string

Parameters
sourcearbitrary type
Returns
string

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