PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::LexicographicalGreater< T > Struct Template Reference

Function object for performing lexicographical greater-than 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 the second argument.
 

Detailed Description

template<typename T>
struct playrho::LexicographicalGreater< T >

Function object for performing lexicographical greater-than comparisons of containers.

See also
https://en.cppreference.com/w/cpp/algorithm/lexicographical_compare
https://en.cppreference.com/w/cpp/utility/functional/greater

The documentation for this struct was generated from the following file: