Alexandria 2.31.4
SDC-CH common library for the Euclid project
|
#include <CastVisitor.h>
Public Member Functions | |
template<typename T> | |
std::string | operator() (const std::vector< T > &v) const |
template<typename From> | |
std::string | operator() (const From &from) const |
std::string | operator() (const From &from, typename std::enable_if< std::is_same< From, std::string >::value >::type *=0) const |
std::string | operator() (const From &, typename std::enable_if<!std::is_same< From, std::string >::value >::type *=0) const |
Definition at line 57 of file CastVisitor.h.
|
inline |
Definition at line 50 of file CastVisitor.h.
|
inline |
Definition at line 76 of file CastVisitor.h.
References std::stringstream::str().
|
inline |
Definition at line 45 of file CastVisitor.h.
|
inline |
Definition at line 61 of file CastVisitor.h.
References std::vector< T >::begin(), and std::vector< T >::end().