Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::icl::to_string< Type > Struct Template Reference

Static class template for the string representation of values. More...

#include <to_string.hpp>

Static Public Member Functions

static std::string apply (const Type &value)
 Converts all values of types to std::string that implement an operator <<. More...
 

Detailed Description

template<class Type>
struct boost::icl::to_string< Type >

Static class template for the string representation of values.

Member Function Documentation

template<class Type >
static std::string boost::icl::to_string< Type >::apply ( const Type &  value)
inlinestatic

Converts all values of types to std::string that implement an operator <<.

References boost::python::self_ns::repr(), and boost::program_options::value().


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