Checks if a type has move assignment and constructor. More...
Inherits gears::concepts::And< Args >.
A Unary concept to check if a type has a move assignment and a move constructor.
This means that the following code must be valid:
T | Type to check |