First Class
Check_SKZ Struct Reference

Functor for passing a parameter cSKZ to an comparison operator. More...

Public Member Functions

 Check_SKZ (int cSKZ)
 < Constructor for functor More...
 
bool operator() (const Student &lhs) const
 

Detailed Description

Functor for passing a parameter cSKZ to an comparison operator.

Parameters
[in]cSKZcomparison parameter
Returns
lexigraphically rhs.

Definition at line 28 of file main.cpp.

Constructor & Destructor Documentation

◆ Check_SKZ()

Check_SKZ::Check_SKZ ( int  cSKZ)
inline

< Constructor for functor

The comparison operator

Definition at line 34 of file main.cpp.

Member Function Documentation

◆ operator()()

bool Check_SKZ::operator() ( const Student lhs) const
inline

Definition at line 36 of file main.cpp.

Here is the call graph for this function:

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