![]() |
CoMMA 1.3.2
A geometric agglomerator for unstructured meshes
|
Functor for pairs implementing a custom 'less than'. It relies on the 'less than' operator for the second elements and 'greater 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 'less than'. It relies on the 'less than' operator for the second elements and 'greater than' for the first ones. More... | |
Functor for pairs implementing a custom 'less than'. It relies on the 'less than' operator for the second elements and 'greater than' for the first ones.
| PairT | Type for pairs |
|
inline |
Functor for pairs implementing a custom 'less than'. It relies on the 'less than' operator for the second elements and 'greater than' for the first ones.
| [in] | left | pair |
| [in] | right | Second pair |