SNAP Library 2.2, User Reference  2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TNEq< T > Class Template Reference

#include <bd.h>

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
class TNEq< T >

Definition at line 362 of file bd.h.


Member Function Documentation

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

Definition at line 364 of file bd.h.

{return x!=y;}

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