Checks if a type is semi-regular. More...
Inherits gears::concepts::And< Args >.
A Unary concept that checks if a type is semi-regular.
A type that is semi-regular is one that can be usually used in a regular way. In order to be a semi-regular type, a type must meet the Movable, Copyable, and DefaultConstructible concepts.
T | Type to check |