std::ranges::equal_to (3) Linux Manual Page
std::ranges::equal_to – std::ranges::equal_to Synopsis Defined in header <functional> struct equal_to; (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 arguments are equal operator() (public member function)…
