RankAtoms::pairGTFunctor< T > Struct Template Reference
functor for implementing > on two std::pairs. The first entries are compared.
More...
#include <RankAtoms.h>
List of all members.
|
Public Member Functions |
| bool | operator() (const std::pair< T, int > &v1, const std::pair< T, int > &v2) |
Detailed Description
template<typename T>
struct RankAtoms::pairGTFunctor< T >
functor for implementing > on two std::pairs. The first entries are compared.
Definition at line 37 of file RankAtoms.h.
Member Function Documentation
template<typename T>
| bool RankAtoms::pairGTFunctor< T >::operator() |
( |
const std::pair< T, int > & |
v1, |
|
|
const std::pair< T, int > & |
v2 | |
|
) |
| | [inline] |
The documentation for this struct was generated from the following file: