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