Alexandria
2.19
Please provide a description of the project.
|
#include <CastVisitor.h>
Public Member Functions | |
template<typename From > | |
double | operator() (const From &, typename std::enable_if<!generic< From >()>::type *=0) const |
template<typename From > | |
int64_t | operator() (const From &from, typename std::enable_if< generic< From >()>::type *=0) const |
int64_t | operator() (const std::string &from) const |
Static Private Member Functions | |
template<typename From > | |
static constexpr bool | generic () |
Definition at line 133 of file CastVisitor.h.
|
inlinestaticconstexprprivate |
Definition at line 136 of file CastVisitor.h.
|
inline |
Definition at line 142 of file CastVisitor.h.
|
inline |
Definition at line 147 of file CastVisitor.h.
|
inline |
Definition at line 151 of file CastVisitor.h.
References std::string::c_str(), and std::strtoll().