The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
implementation::is_integral_v< std::remove_pointer_t< From > > >> Struct Template Reference

Specialized conversion class. More...

#include <lexical_cast.hpp>

Public Member Functions

std::string operator() (From value, std::optional< std::string >) const
 

Detailed Description

template<typename From>
struct implementation::is_integral_v< std::remove_pointer_t< From > > >>

Specialized conversion class.

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

Definition at line 162 of file lexical_cast.hpp.

Member Function Documentation

◆ operator()()

template<typename From >
std::string implementation::is_integral_v< std::remove_pointer_t< From > > >>::operator() ( From  value,
std::optional< std::string >   
) const
inline

Definition at line 169 of file lexical_cast.hpp.

References DEBUG_THROW.


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