|
inlib
1.2.0
|
#include <string>#include <sstream>

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_sto |
Functions | |
| std::string | inlib::to (bool a_value) |
| bool | inlib::to (const std::string &a_string, bool &a_value) |
| template<class T > | |
| bool | inlib::to (const std::string &a_s, T &a_v) |
| template<class T > | |
| std::string | inlib::to (const T &a_v) |
| std::string | inlib::d2s (double a_value) |
| std::string | inlib::soutd (double a_value) |
| template<class T > | |
| std::string | inlib::sout (const T &a_value) |
1.7.5.1