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