#include <string>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | H |
Classes | |
class | H::stringconverter |
Generic stringconverter class. More... | |
Functions | |
template<class T> | |
bool | H::from_string (T &t, const std::string &s, std::ios_base &(*f)(std::ios_base &)) |
Cast a string into another type. |
Definition in file stringconverter.hpp.