|
template<typename T , typename std::enable_if_t< std::is_arithmetic< T >::value &&!std::is_same< T, bool >::value, bool > = true> |
T | convert_impl (const std::string &s, type< T >) |
|
bool | convert_impl (const std::string &s, type< bool >) |
|
template<class T > |
std::vector< T > | convert_impl (const std::string &s, type< std::vector< T > >) |
|
template<class T > |
Eigen::Matrix< T, Eigen::Dynamic, 1 > | convert_impl (const std::string &s, type< Eigen::Matrix< T, Eigen::Dynamic, 1 > >) |
|
template<class T > |
Eigen::Matrix< T, 3, 1 > | convert_impl (const std::string &s, type< Eigen::Matrix< T, 3, 1 > >) |
|