lexical_cast_helper< const char *, Destination > Struct Template Reference

#include <lexical_cast.h>

Static Public Member Functions

static Destination cast (const char *str)
 

Detailed Description

template<class Destination>
struct illumina::interop::util::lexical_cast_helper< const char *, 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 char *  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: