Support Class Library
A set of tools providing classes and utility
|
#include <string>
#include <scl/macros.h>
#include <scl/tools/meta/enable_if.h>
#include <scl/tools/meta/void_t.h>
#include <scl/tools/meta/exists.h>
#include <scl/tools/meta/type_mod.h>
#include <scl/tools/meta/is_same.h>
#include <scl/tools/meta/defines_std_to_string.h>
Go to the source code of this file.
Classes | |
struct | scl::utils::ToString< T, class > |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::utils | |
Utility classes (and rare functions) | |
Functions | |
template<class T > | |
std::string | scl::utils::toString (const T &obj) |
Free function that allows string conversion. More... | |