Functor to order ranges in the reflex::Ranges set container. 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 order ranges in the reflex::Ranges set container.
|
inline |
Compares two ranges lhs and rhs and returns true if lhs < rhs.
lhs | LHS range to compare |
rhs | RHS range to compare |