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

Public Member Functions

bool operator() (int) const
 

Public Attributes

int count = 0
 

Detailed Description

Definition at line 81 of file test_filter_iterator.cc.

Member Function Documentation

◆ operator()()

bool CountingFilter::operator() ( int  ) const
inline

Definition at line 83 of file test_filter_iterator.cc.

References count.

Member Data Documentation

◆ count

int CountingFilter::count = 0
mutable

Definition at line 82 of file test_filter_iterator.cc.

Referenced by operator()().


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