![]() |
QMCPACK
|
Define a serialized buffer to store anonymous data. More...
Go to the source code of this file.
Classes | |
struct | PooledData< T > |
Functions | |
template<class T > | |
bool | operator== (const PooledData< T > &a, const PooledData< T > &b) |
operator to check if two buffers are identical More... | |
template<class T > | |
bool | operator!= (const PooledData< T > &a, const PooledData< T > &b) |
operator to check if two buffers are different More... | |
Define a serialized buffer to store anonymous data.
JK: Remove iterator version on 2016-01-04
Definition in file PooledData.h.
bool operator!= | ( | const PooledData< T > & | a, |
const PooledData< T > & | b | ||
) |
operator to check if two buffers are different
Definition at line 261 of file PooledData.h.
References qmcplusplus::abs(), and PooledData< T >::size().
bool operator== | ( | const PooledData< T > & | a, |
const PooledData< T > & | b | ||
) |
operator to check if two buffers are identical
Definition at line 246 of file PooledData.h.
References qmcplusplus::abs(), and PooledData< T >::size().