|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Interval_Less< T, Compare >, including all inherited members.
| cmp | Aleph::Interval_Less< T, Compare > | |
| Interval_Less(const Compare &c=Compare()) noexcept(std::is_nothrow_copy_constructible_v< Compare >) | Aleph::Interval_Less< T, Compare > | inline |
| operator()(const Interval< T > &a, const Interval< T > &b) const noexcept(std::is_nothrow_invocable_v< const Compare &, const T &, const T & >) | Aleph::Interval_Less< T, Compare > | inline |