![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Public Member Functions | |
| bool | operator() (const std::pair< KEY, DATA > &p1, const KEY &key) const |
| bool | operator() (const KEY &key, const std::pair< KEY, DATA > &p1) const |
This class represents a functor object that is used to compare a given key with the key in a std::pair. This functor is passed as an argument in the std::equal_range function in order to find all the pairs containing the specified key.
|
inline |
Overloading of the operator() that makes this class acting as a functor
| p1 | pair whose key is used as first term of comparison |
| key | given key used as second term of comparison |
|
inline |
Overloading of the operator() that makes this class acting as a functor
| key | given key used as first term of comparison |
| p1 | pair whose key is used as second term of comparison |
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |