ReactOS 0.4.15-dev-7953-g1f49173
ValueFinder Struct Reference
Inheritance diagram for ValueFinder:
Collaboration diagram for ValueFinder:

Public Member Functions

bool operator() (const Pair &p, const string &value) const
 

Additional Inherited Members

- Public Types inherited from binary_function< const Pair &, const string &, bool >
typedef const Pairfirst_argument_type
 
typedef const stringsecond_argument_type
 
typedef bool result_type
 
- Protected Member Functions inherited from binary_function< const Pair &, const string &, bool >
 ~binary_function ()
 

Detailed Description

Definition at line 337 of file alg_test.cpp.

Member Function Documentation

◆ operator()()

bool ValueFinder::operator() ( const Pair p,
const string value 
) const
inline

Definition at line 340 of file alg_test.cpp.

341 { return p.second == value; }
GLfloat GLfloat p
Definition: glext.h:8902
Definition: pdh_main.c:94

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