#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | utils |
Functions | |
template<class T> | |
bool | from_string (T &t, const std::string &s) |
template<class T> | |
std::string | to_string (const T &t) |
void | utils::replace (std::string &where, const std::string &what, const std::string &by) |
bool | utils::start_with (const std::string &str, const std::string &what) |
bool | utils::end_with (const std::string &str, const std::string &what) |
bool from_string | ( | T & | t, | |
const std::string & | s | |||
) | [inline] |
std::string to_string | ( | const T & | t | ) | [inline] |