std::ranges::less_equal (3) Linux Manual Page
std::ranges::less_equal – std::ranges::less_equal Synopsis Defined in header <functional> struct less_equal; (since C++20) Function object for performing comparisons. Deduces the parameter types of the function call operator from the arguments (but not the return type). Member types Member type Definition is_transparent /* unspecified */ Member functions checks if the first argument is less than or equal…
