Support Class Library
A set of tools providing classes and utility
|
#include <scl/tools/meta/type_check.h>
#include <scl/tools/meta/type_mod.h>
#include <scl/tools/meta/constexpr_assert.h>
#include <scl/macros.h>
#include <scl/concepts/Movable.h>
#include <scl/concepts/ConvertibleTo.h>
#include <scl/concepts/EqualityComparable.h>
#include <scl/concepts/EqualityComparableWith.h>
#include <scl/concepts/InequalityComparable.h>
#include <scl/concepts/InequalityComparableWith.h>
#include <scl/concepts/Destructible.h>
Go to the source code of this file.
Classes | |
struct | scl::concepts::Boolean< T > |
Boolean concept, a type is boolean if it defines all boolean operations. More... | |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::concepts | |
A lightweight concept-like library for C++11. | |