siplasplas
A library for C++ reflection and introspection
cpp::concepts::MoveConstructible< T > Class Template Reference

Checks if a type satisfies the move constructible concept More...

#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>

Inheritance diagram for cpp::concepts::MoveConstructible< T >:
cpp::concepts::Concept< std::is_move_constructible< T >::value, std::is_nothrow_move_constructible< T >::value >

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
 

Detailed Description

template<typename T>
class cpp::concepts::MoveConstructible< T >

Checks if a type satisfies the move constructible concept

Template Parameters
TType to be tested

The documentation for this class was generated from the following file: