Functor to define a total order on ranges (intervals) represented by pairs. More...
#include <ranges.h>
Public Member Functions | |
bool | operator() (const std::pair< T, T > &lhs, const std::pair< T, T > &rhs) const |
Compares two ranges lhs and rhs and returns true if lhs < rhs. More... | |
Functor to define a total order on ranges (intervals) represented by pairs.
|
inline |
Compares two ranges lhs and rhs and returns true if lhs < rhs.
lhs | LHS range to compare |
rhs | RHS range to compare |