|
IFEM
90A354
|
A helper class used to search for values in an integer map. More...
Public Member Functions | |
| cmpInt (int value) | |
| The constructor initializes the value to search for. | |
| bool | operator() (const std::pair< int, int > &value) const |
| Returns true if value.second equals myValue. | |
Private Attributes | |
| int | myValue |
| The integer value to search for. | |
A helper class used to search for values in an integer map.