std::greater (3) Linux Manual Page
std::greater<void> – std::greater<void> Synopsis Defined in header<functional> template <> (since C++ 14) class greater<void>; std::greater<> is a specialization of std::greater with parameter and return type deduced. Member types Member type Definition is_transparent /* unspecified */ Member functions tests if the lhs compares greater than rhs operator() (public member function) std::greater<>::operator() template< class T, class U>…
