|
Alexandria
2.27.0
SDC-CH common library for the Euclid 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 > | |
| int32_t | operator() (const From &from, typename std::enable_if< generic< From >()>::type *=0) const |
| int32_t | operator() (const std::string &from) const |
Static Private Member Functions | |
| template<typename From > | |
| static constexpr bool | generic () |
Definition at line 186 of file CastVisitor.h.
|
inlinestaticprivate |
Definition at line 189 of file CastVisitor.h.
|
inline |
Definition at line 196 of file CastVisitor.h.
|
inline |
Definition at line 202 of file CastVisitor.h.
|
inline |
Definition at line 206 of file CastVisitor.h.
References std::string::c_str(), and std::strtoll().

1.8.5