mc_rbdyn::details Namespace Reference

Classes

struct  are_strings
 
struct  are_strings< T >
 
struct  are_strings< T, Args... >
 

Functions

template<typename T >
std::conditional< std::is_same< std::string, T >::value, const std::string &, std::string >::type to_string (const T &value)
 

Function Documentation

◆ to_string()

template<typename T >
std::conditional<std::is_same<std::string, T>::value, const std::string &, std::string>::type mc_rbdyn::details::to_string ( const T &  value)