33template <
typename T,
typename U>
43template <
typename T,
typename U>
54template <
typename T,
typename U>
64template <
typename T,
typename U>
75template <
typename T,
typename U>
85template <
typename T,
typename U>
94template <
typename T,
typename U>
Definition of comparable concept.
Concept of comparable types.
Concept of comparable types with operator==.
Concept of comparable types with operator>.
Concept of comparable types with operator>=.
Concept of comparable types with operator<.
Concept of comparable types with operator<=.
Concept of comparable types with operator!=.
Concept of types comparable as the right-hand-side object.
Concept of types comparable with operator== as the right-hand-side object.
Concept of types comparable with operator> as the right-hand-side object.
Concept of types comparable with operator>= as the right-hand-side object.
Concept of types comparable with operator< as the right-hand-side object.
Concept of types comparable with operator<= as the right-hand-side object.
Concept of types comparable with operator!= as the right-hand-side object.
Namespace of C++ concepts.