Function object for performing lexicographical greater-than or equal-to comparisons of containers. More...
#include <Templates.hpp>
Public Member Functions | |
constexpr bool | operator() (const T &lhs, const T &rhs) const |
Checks whether the first argument is lexicographically greater-than or equal-to the second argument. | |
Function object for performing lexicographical greater-than or equal-to comparisons of containers.