SNAP Library 2.0, User Reference
2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Compares the pair by the second value. More...
#include <ds.h>
Public Member Functions | |
TCmpPairByVal2 (const bool &AscSort=true) | |
bool | operator() (const TPair< TVal1, TVal2 > &P1, const TPair< TVal1, TVal2 > &P2) const |
Private Attributes | |
bool | IsAsc |
Compares the pair by the second value.
TCmpPairByVal2< TVal1, TVal2 >::TCmpPairByVal2 | ( | const bool & | AscSort = true | ) | [inline] |
bool TCmpPairByVal2< TVal1, TVal2 >::operator() | ( | const TPair< TVal1, TVal2 > & | P1, |
const TPair< TVal1, TVal2 > & | P2 | ||
) | const [inline] |
bool TCmpPairByVal2< TVal1, TVal2 >::IsAsc [private] |