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