Alexandria
2.14.1
Please provide a description of the project.
|
#include <CastVisitor.h>
Public Member Functions | |
template<typename From > | |
To | operator() (const From &from, typename std::enable_if< std::is_same< From, To >::value >::type *=0) const |
template<typename From > | |
To | operator() (const From &, typename std::enable_if<!std::is_same< From, To >::value >::type *=0) const |
Definition at line 41 of file CastVisitor.h.
|
inline |
Definition at line 46 of file CastVisitor.h.
|
inline |
Definition at line 51 of file CastVisitor.h.