Checks if a type is move constructible. More...
Inherits is_move_constructible< Bare< T > >.
A Unary concept to check if a type is move constructible.
This means that the following code must be valid:
Definition at line 92 of file basic.hpp.