#include <CastVisitor.h>
|
template<typename From > |
double | operator() (const From &, typename std::enable_if<!generic< From >()>::type *=0) const |
|
template<typename From > |
float | operator() (const From &from, typename std::enable_if< generic< From >()>::type *=0) const |
|
float | operator() (const std::string &from) const |
|
|
template<typename From > |
static constexpr bool | generic () |
|
template<>
class Euclid::Table::CastVisitor< float >
Definition at line 110 of file CastVisitor.h.
◆ generic()
◆ operator()() [1/3]
◆ operator()() [2/3]
◆ operator()() [3/3]
The documentation for this class was generated from the following file: