#include <CastVisitor.h>
|
template<typename From > |
std::vector< VectorType > | operator() (const From &from) const |
|
template<typename From > |
std::vector< VectorType > | operator() (const std::vector< From > &from) const |
|
std::vector< VectorType > | operator() (const std::string &from) const |
|
const std::vector< VectorType > & | operator() (const std::vector< VectorType > &from) const |
|
template<typename VectorType>
class Euclid::Table::CastVisitor< std::vector< VectorType > >
Definition at line 219 of file CastVisitor.h.
◆ operator()() [1/4]
template<typename VectorType >
template<typename From >
◆ operator()() [2/4]
template<typename VectorType >
template<typename From >
std::vector<VectorType> Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() |
( |
const std::vector< From > & |
from | ) |
const |
|
inline |
◆ operator()() [3/4]
template<typename VectorType >
◆ operator()() [4/4]
template<typename VectorType >
const std::vector<VectorType>& Euclid::Table::CastVisitor< std::vector< VectorType > >::operator() |
( |
const std::vector< VectorType > & |
from | ) |
const |
|
inline |
The documentation for this class was generated from the following file: