SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Compares the triple by the second value. More...
#include <ds.h>
Public Member Functions | |
TCmpTripleByVal2 (const bool &AscSort=true) | |
bool | operator() (const TTriple< TVal1, TVal2, TVal3 > &T1, const TTriple< TVal1, TVal2, TVal3 > &T2) const |
Private Attributes | |
bool | IsAsc |
Compares the triple by the second value.
|
inline |
|
inline |
Definition at line 193 of file ds.h.
References TCmpTripleByVal2< TVal1, TVal2, TVal3 >::IsAsc, and TTriple< TVal1, TVal2, TVal3 >::Val2.
|
private |
Definition at line 190 of file ds.h.
Referenced by TCmpTripleByVal2< TVal1, TVal2, TVal3 >::operator()().