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< long long, std::string > Struct Template Reference

Specialized conversion class. More...

Public Member Functions

long long operator() (const std::string &value)
 

Detailed Description

template<>
struct test_throw::implementation::tlexical_cast< long long, std::string >

Specialized conversion class.

Specialized for returning a long long from a std::string.

Note
is separate from the other signed types since a long long has a performance penalty at 32 bit systems.

Definition at line 202 of file test_lexical_cast.cpp.

Member Function Documentation

long long test_throw::implementation::tlexical_cast< long long, std::string >::operator() ( const std::string value)
inline

Definition at line 207 of file test_lexical_cast.cpp.


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