Support Class Library
A set of tools providing classes and utility
|
#include <scl/macros.h>
#include <scl/tools/meta/constexpr_assert.h>
#include <scl/concepts/CopyAssignable.h>
#include <scl/concepts/CopyConstructible.h>
Go to the source code of this file.
Classes | |
struct | scl::concepts::Copyable< T > |
Copyable concept, a type is copyable if it is both copy constructible and copy assignable. More... | |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::concepts | |
A lightweight concept-like library for C++11. | |