7 struct CmpGreaterEqualFunction {
8 template<concepts::Integer T, concepts::Integer U>
9 constexpr auto operator()(T a, U b)
const ->
bool {
constexpr auto cmp_less
Definition cmp_less.h:23
constexpr auto cmp_greater_equal
Definition cmp_greater_equal.h:15