#include <iostream>
#include <sstream>
#include <string>
#include <typeinfo>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | rcrt |
Classes | |
class | rcrt::BadConversion |
Functions | |
template<typename T> | |
std::string | rcrt::toString (const T &x) |
template<typename T> | |
void | rcrt::convert (const std::string &s, T &x, bool failIfLeftoverChars=true) |
template<typename T> | |
T | rcrt::convertTo (const std::string &s, bool failIfLeftoverChars=true) |