#include <string>
#include <sstream>
#include "util/exception.hpp"
Go to the source code of this file.
Namespaces | |
namespace | aitools |
namespace | aitools::util |
Functions | |
template<typename T > | |
bool | aitools::util::to_number (const std::string &value, T &number) |
template<typename T > | |
const T | aitools::util::to_number (const std::string &value) |
template<typename T > | |
std::string | aitools::util::to_string (T value) |