Support Class Library
A set of tools providing classes and utility
|
#include <utility>
#include <memory>
#include <scl/macros.h>
#include <scl/tools/meta/type_check.h>
#include <scl/tools/meta/type_mod.h>
#include <scl/tools/meta/enable_if.h>
#include <scl/exceptions/InvalidAnyCast.h>
Go to the source code of this file.
Classes | |
struct | scl::utils::details::__any_base |
class | scl::utils::details::__any__impl< T > |
class | scl::utils::Any |
Class that can hold any value type (and change value type mid lifetime) More... | |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::utils | |
Utility classes (and rare functions) | |
scl::utils::details | |
Implementation details for the utility classes. | |