![]() |
cppassist
1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
|
#include <sstream>
Namespaces | |
cppassist | |
cppassist::string | |
Functions | |
template<typename Type > | |
Type | cppassist::string::fromString (const std::string &string) |
Convert from std::string to Type. More... | |
template<typename Type > | |
std::string | cppassist::string::toString (const Type &value) |
Convert from Type to std::string. More... | |