rippled
|
Public Member Functions | |
LexicalCast ()=default | |
template<class Integral = Out> | |
std::enable_if_t< std::is_unsigned< Integral >::value, bool > | operator() (Integral &out, std::string const &in) const |
template<class Integral = Out> | |
std::enable_if_t< std::is_signed< Integral >::value, bool > | operator() (Integral &out, std::string const &in) const |
bool | operator() (bool &out, std::string in) const |
Definition at line 170 of file LexicalCast.h.
|
explicitdefault |
std::enable_if_t<std::is_unsigned<Integral>::value, bool> beast::detail::LexicalCast< Out, std::string >::operator() | ( | Integral & | out, |
std::string const & | in | ||
) | const |
Definition at line 180 of file LexicalCast.h.
std::enable_if_t<std::is_signed<Integral>::value, bool> beast::detail::LexicalCast< Out, std::string >::operator() | ( | Integral & | out, |
std::string const & | in | ||
) | const |
Definition at line 187 of file LexicalCast.h.
bool beast::detail::LexicalCast< Out, std::string >::operator() | ( | bool & | out, |
std::string | in | ||
) | const |
Definition at line 193 of file LexicalCast.h.