ADUL
Collection of reusable C++ utilities
|
#include <string>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | adul |
project api's namespace | |
namespace | adul::utils |
small utilities module | |
Functions | |
template<typename T > | |
T | adul::utils::convert_string (const std::string &str) |
converts std::string into other type | |
template<> | |
std::string | adul::utils::convert_string< std::string > (const std::string &str) |