Orxonox  0.0.5 Codename: Arcturus
Static Public Member Functions | List of all members
ConverterStringStream< std::string, ToType > Struct Template Reference

Template that evaluates whether we can convert from std::string via istringstream. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/util/Convert.h>

Static Public Member Functions

static ORX_FORCEINLINE bool convert (ToType *output, const std::string &input)
 

Detailed Description

template<class ToType>
struct ConverterStringStream< std::string, ToType >

Template that evaluates whether we can convert from std::string via istringstream.

Member Function Documentation

template<class ToType >
static ORX_FORCEINLINE bool ConverterStringStream< std::string, ToType >::convert ( ToType *  output,
const std::string &  input 
)
inlinestatic

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