CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
Functor for pairs implementing a custom 'greater than'. It relies on the 'greater than' operator for the second elements and 'less than' for the first ones. More...
#include <Util.h>
Public Member Functions | |
bool | operator() (const PairT &left, const PairT &right) const |
Functor for pairs implementing a custom 'greater than'. It relies on the 'greater than' operator for the second elements and 'less than' for the first ones. More... | |
Functor for pairs implementing a custom 'greater than'. It relies on the 'greater than' operator for the second elements and 'less than' for the first ones.
PairT | Type for pairs |
|
inline |
Functor for pairs implementing a custom 'greater than'. It relies on the 'greater than' operator for the second elements and 'less than' for the first ones.
[in] | left | First pair |
[in] | right | Second pair |