The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
test_throw::implementation::tlexical_cast< std::string, From, void, typename boost::enable_if< boost::is_integral< typename boost::remove_pointer< From >::type > >::type > Struct Template Reference

Specialized conversion class. More...

Public Member Functions

std::string operator() (From value)
 

Detailed Description

template<typename From>
struct test_throw::implementation::tlexical_cast< std::string, From, void, typename boost::enable_if< boost::is_integral< typename boost::remove_pointer< From >::type > >::type >

Specialized conversion class.

Specialized for returning strings from an integral type or a pointer to an integral type.

Definition at line 145 of file test_lexical_cast.cpp.

Member Function Documentation

template<typename From >
std::string test_throw::implementation::tlexical_cast< std::string, From, void, typename boost::enable_if< boost::is_integral< typename boost::remove_pointer< From >::type > >::type >::operator() ( From  value)
inline

Definition at line 153 of file test_lexical_cast.cpp.


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