SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TCmp< T > Class Template Reference

#include <bd.h>

Public Member Functions

int operator() (const T &x, const T &y) const
 

Detailed Description

template<class T>
class TCmp< T >

Definition at line 402 of file bd.h.

Member Function Documentation

template<class T >
int TCmp< T >::operator() ( const T &  x,
const T &  y 
) const
inline

Definition at line 404 of file bd.h.

404  {
405  if (x < y){return -1;}
406  else if (x > y){return 1;}
407  else {return 0;}
408  }

The documentation for this class was generated from the following file: