Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
CountingLess Struct Reference

Public Member Functions

 CountingLess (int *c=nullptr) noexcept
 
bool operator() (const int &a, const int &b) const noexcept
 

Public Attributes

intcounter
 

Detailed Description

Definition at line 53 of file interval_tree_test.cc.

Constructor & Destructor Documentation

◆ CountingLess()

CountingLess::CountingLess ( int c = nullptr)
inlineexplicitnoexcept

Definition at line 57 of file interval_tree_test.cc.

Member Function Documentation

◆ operator()()

bool CountingLess::operator() ( const int a,
const int b 
) const
inlinenoexcept

Definition at line 59 of file interval_tree_test.cc.

References counter.

Member Data Documentation

◆ counter

int* CountingLess::counter

Definition at line 55 of file interval_tree_test.cc.

Referenced by operator()().


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