ADUL
Collection of reusable C++ utilities
|
small utilities module More...
Functions | |
template<typename T > | |
T | convert_string (const std::string &str) |
converts std::string into other type | |
template<> | |
std::string | convert_string< std::string > (const std::string &str) |
small utilities module
namespace module which includes different small functions or classes
T adul::utils::convert_string | ( | const std::string & | str | ) |
converts std::string into other type
converts given std::string into thy T type using std::istringstream
T |
type to which std::string will be converted
type T must be supported by sdt::basic_stringstream operator>>
|
inline |