The Battle for Wesnoth  1.19.8+dev
Public Member Functions | List of all members
implementation::is_same_v< From, char * > >> 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<class To, class From>
struct implementation::is_same_v< From, char * > >>

Specialized conversion class.

Specialized for returning arithmetic from a (const) char*.

Definition at line 276 of file lexical_cast.hpp.

Member Function Documentation

◆ operator()()

template<class To , class From >
To implementation::is_same_v< From, char * > >>::operator() ( const std::string &  value,
utils::optional< To >  fallback 
) const
inline

Definition at line 283 of file lexical_cast.hpp.


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