ESyS-Particle  2.3.4
nt_block.h File Reference
Include dependency graph for nt_block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NTBlock< T >
 representation of a slab of the search array of a NeigborTable More...
 

Functions

template<typename T >
bool operator== (const NTBlock< T > &, const NTBlock< T > &)
 
template<typename T >
bool operator!= (const NTBlock< T > &, const NTBlock< T > &)
 
template<typename T >
ostream & operator<< (ostream &, const NTBlock< T > &)
 

Function Documentation

◆ operator!=()

template<typename T >
bool operator!= ( const NTBlock< T > &  b1,
const NTBlock< T > &  b2 
)

◆ operator<<()

template<typename T >
ostream& operator<< ( ostream &  ost,
const NTBlock< T > &  NTB 
)

◆ operator==()

template<typename T >
bool operator== ( const NTBlock< T > &  b1,
const NTBlock< T > &  b2 
)