cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Namespaces
conversion.inl File Reference
#include <sstream>
Include dependency graph for conversion.inl:
This graph shows which files directly or indirectly include this file:

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...