|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| CountingLess (int *c=nullptr) noexcept | |
| bool | operator() (const int &a, const int &b) const noexcept |
Public Attributes | |
| int * | counter |
Definition at line 53 of file interval_tree_test.cc.
Definition at line 57 of file interval_tree_test.cc.
Definition at line 59 of file interval_tree_test.cc.
References counter.
| int* CountingLess::counter |
Definition at line 55 of file interval_tree_test.cc.
Referenced by operator()().