The Battle for Wesnoth  1.19.8+dev
Public Member Functions | List of all members
implementation::lexical_caster< To, std::string, std::enable_if_t< std::is_arithmetic_v< To > >, void > Struct Template Reference

Specialized conversion class. More...

#include <lexical_cast.hpp>

Public Member Functions

To operator() (const std::string &value, utils::optional< To > fallback) const
 

Detailed Description

template<typename To>
struct implementation::lexical_caster< To, std::string, std::enable_if_t< std::is_arithmetic_v< To > >, void >

Specialized conversion class.

Specialized for returning arithmetic from a std::string

Definition at line 251 of file lexical_cast.hpp.

Member Function Documentation

◆ operator()()

template<typename To >
To implementation::lexical_caster< To, std::string, std::enable_if_t< std::is_arithmetic_v< To > >, void >::operator() ( const std::string &  value,
utils::optional< To >  fallback 
) const
inline

Definition at line 258 of file lexical_cast.hpp.


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