CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
Functor implementing an operator telling if a given value if the first one of pair. More...
#include <Util.h>
Public Member Functions | |
PairFindFirstBasedFunctor () | |
Constructor. More... | |
PairFindFirstBasedFunctor (const typename PairT::first_type &target) | |
Constructor. More... | |
~PairFindFirstBasedFunctor ()=default | |
Destructor. More... | |
bool | operator() (const PairT &pr) const |
Operator telling if the first value of the given pair is equal to the reference one. More... | |
Functor implementing an operator telling if a given value if the first one of pair.
PairT | Type for pairs |
|
inline |
Constructor.
|
inline |
Constructor.
target | Reference value that will be sought |
|
default |
Destructor.
|
inline |
Operator telling if the first value of the given pair is equal to the reference one.
[in] | pr | The pair |