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