Template Struct comparison_operators
Defined in File comparison.h
Struct Documentation
-
template<typename T>
struct comparison_operators Supplement comparison operators when
is_equal_to
andis_less_than
are defined. Make sure to provide them as protected functions to allow class hierarchies where every member uses this template.Use with curiously recurring inheritance.
Public Functions