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

#include <lexical_cast.h>

Static Public Member Functions

static Destination cast (const std::string &str)
 

Detailed Description

template<class Destination>
struct illumina::interop::util::lexical_cast_helper< std::string, Destination >

Specialization that casts a string to an arbitrary type

Note the arbitrary type must support the appropriate stream operator.

Member Function Documentation

static Destination cast ( const std::string &  str)
inlinestatic

Cast a string to an arbitrary type

Parameters
strstring
Returns
arbitrary type

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