siplasplas
A library for C++ reflection and introspection
|
Checks if a type satisfies the move constructible concept More...
#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>
Additional Inherited Members | |
Static Public Attributes inherited from cpp::concepts::Concept< std::is_move_constructible< T >::value, std::is_nothrow_move_constructible< T >::value > | |
static constexpr bool | no_except |
Checks if a type satisfies the move constructible concept
::value
: true if T meets Move Constructible concept. False otherwise::no_except
: true if T is also no throw move constructible. False otherwiseT | Type to be tested |