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

#include <bd.h>

Public Member Functions

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

Detailed Description

template<class T>
class TLEq< T >

Definition at line 379 of file bd.h.

Member Function Documentation

template<class T >
bool TLEq< T >::operator() ( const T &  x,
const T &  y 
) const
inline

Definition at line 381 of file bd.h.

381 {return x<=y;}

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