rippled
|
Public Member Functions | |
LexicalCast ()=default | |
template<class Arithmetic = In> | |
std::enable_if_t< std::is_arithmetic< Arithmetic >::value, bool > | operator() (std::string &out, Arithmetic in) |
template<class Enumeration = In> | |
std::enable_if_t< std::is_enum< Enumeration >::value, bool > | operator() (std::string &out, Enumeration in) |
Definition at line 146 of file LexicalCast.h.
|
explicitdefault |
std::enable_if_t<std::is_arithmetic<Arithmetic>::value, bool> beast::detail::LexicalCast< std::string, In >::operator() | ( | std::string & | out, |
Arithmetic | in | ||
) |
Definition at line 152 of file LexicalCast.h.
std::enable_if_t<std::is_enum<Enumeration>::value, bool> beast::detail::LexicalCast< std::string, In >::operator() | ( | std::string & | out, |
Enumeration | in | ||
) |
Definition at line 160 of file LexicalCast.h.