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
|
inlinestatic |
Cast a string to an arbitrary type
- Parameters
-
str string
- Returns
- arbitrary type
The documentation for this struct was generated from the following file:
- /io/interop/util/lexical_cast.h