All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Regular< T > Struct Template Reference

Checks if a type is regular. More...

Inherits gears::concepts::And< Args >.

Detailed Description

template<typename T>
struct gears::concepts::Regular< T >

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.

Template Parameters
TType to check

Definition at line 649 of file basic.hpp.