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

Public Member Functions

 ShowGreaterThan (int t=0)
 
bool operator() (int x) const
 

Public Attributes

int threshold
 

Detailed Description

Definition at line 71 of file test_filter_iterator.cc.

Constructor & Destructor Documentation

◆ ShowGreaterThan()

ShowGreaterThan::ShowGreaterThan ( int  t = 0)
inline

Definition at line 73 of file test_filter_iterator.cc.

Member Function Documentation

◆ operator()()

bool ShowGreaterThan::operator() ( int  x) const
inline

Definition at line 74 of file test_filter_iterator.cc.

References threshold.

Member Data Documentation

◆ threshold

int ShowGreaterThan::threshold

Definition at line 72 of file test_filter_iterator.cc.

Referenced by operator()().


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