Function object for performing lexicographical greater-than comparisons of containers. More...
#include <playrho/Templates.hpp>
Public Member Functions | |
constexpr auto | operator() (const T &lhs, const T &rhs) const -> decltype(std::lexicographical_compare(begin(lhs), end(lhs), begin(rhs), end(rhs)), true) |
Checks whether the first argument is lexicographically greater-than the second argument. | |
Function object for performing lexicographical greater-than comparisons of containers.