value_utils.hpp

Simple functions to manipulate values.

Note

Status: ALPHA

Functions

template<typename T>
inline double ToDouble(const T &in)
template<>
inline double ToDouble<std::string>(const std::string &in)
template<typename T>
inline T FromDouble(double in)
template<>
inline std::string FromDouble<std::string>(double in)