playrho::LexicographicalGreaterEqual< T > Struct Template Reference

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. More...
 

Detailed Description

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

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

See also
http://en.cppreference.com/w/cpp/algorithm/lexicographical_compare
http://en.cppreference.com/w/cpp/utility/functional/greater_equal

Definition at line 442 of file Templates.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr bool playrho::LexicographicalGreaterEqual< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inlineconstexpr

Checks whether the first argument is lexicographically greater-than or equal-to the second argument.

Definition at line 446 of file Templates.hpp.


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