ESyS-Particle  2.3.4
nt_slab.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
bool operator== (const NTSlab< T > &s1, const NTSlab< T > &s2)
 
template<typename T >
bool operator!= (const NTSlab< T > &s1, const NTSlab< T > &s2)
 
template<typename T >
ostream & operator<< (ostream &ost, const NTSlab< T > &NTS)
 

Function Documentation

◆ operator!=()

template<typename T >
bool operator!= ( const NTSlab< T > &  s1,
const NTSlab< T > &  s2 
)

◆ operator<<()

template<typename T >
ostream& operator<< ( ostream &  ost,
const NTSlab< T > &  NTS 
)

output operator for NTSlab

Parameters
ostthe output stream
NTSthe NTSlab

References NTSlab< T >::m_sl, and NTSlab< T >::slab_size().

Here is the call graph for this function:

◆ operator==()

template<typename T >
bool operator== ( const NTSlab< T > &  s1,
const NTSlab< T > &  s2 
)