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

Template that evaluates whether we can convert to std::string via ostringstream. More...

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

Static Public Member Functions

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

Detailed Description

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

Template that evaluates whether we can convert to std::string via ostringstream.

Member Function Documentation

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

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