The Battle for Wesnoth  1.19.7+dev
Classes
implementation Namespace Reference

Contains the implementation details for lexical_cast and shouldn't be used directly. More...

Classes

struct  lexical_caster
 Base class for the conversion. More...
 
struct  is_arithmetic_v< From > >>
 Specialized conversion class. More...
 
struct  lexical_caster< bool, std::string_view, void, void >
 Specialized conversion class. More...
 
struct  lexical_caster< To, std::string_view, std::enable_if_t< std::is_arithmetic_v< To > >, void >
 Specialized conversion class. More...
 
struct  lexical_caster< To, std::string, std::enable_if_t< std::is_arithmetic_v< To > >, void >
 Specialized conversion class. More...
 
struct  is_same_v< From, char * > >>
 Specialized conversion class. More...
 

Detailed Description

Contains the implementation details for lexical_cast and shouldn't be used directly.