|
rippled
|
#include <LexicalCast.h>
Public Member Functions | |
| LexicalCast ()=default | |
| template<class Arithmetic = In> | |
| std::enable_if_t< std::is_arithmetic_v< Arithmetic >, bool > | operator() (std::string &out, Arithmetic in) |
| template<class Enumeration = In> | |
| std::enable_if_t< std::is_enum_v< Enumeration >, bool > | operator() (std::string &out, Enumeration in) |
Definition at line 27 of file LexicalCast.h.
|
explicitdefault |
| std::enable_if_t< std::is_arithmetic_v< Arithmetic >, bool > beast::detail::LexicalCast< std::string, In >::operator() | ( | std::string & | out, |
| Arithmetic | in | ||
| ) |
Definition at line 33 of file LexicalCast.h.
| std::enable_if_t< std::is_enum_v< Enumeration >, bool > beast::detail::LexicalCast< std::string, In >::operator() | ( | std::string & | out, |
| Enumeration | in | ||
| ) |
Definition at line 41 of file LexicalCast.h.