Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
Movable.h File Reference
#include <scl/macros.h>
#include <scl/tools/meta/constexpr_assert.h>
#include <scl/concepts/MoveAssignable.h>
#include <scl/concepts/MoveConstructible.h>

Go to the source code of this file.

Classes

struct  scl::concepts::Movable< T >
 Movable concept, a type is movable if it is both move constructible and move assignable. More...
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::concepts
 A lightweight concept-like library for C++11.