Compounds | |
class | Anaphe::Reporter |
class | Anaphe::Reporter::Test |
Functions | |
template<class T> std::string | to_string (const T &val) |
template<class T> bool | to_value (std::string s, T &val) |
|
Convert value to string using stream operator<<. Type T must have operator<< for ostream. Definition at line 31 of file string_conversion.h. |
|
Convert string to value using stream operator>>. Type T must have operator>> for istream. Definition at line 49 of file string_conversion.h. |