Pyrogenesis
13997
|
Go to the source code of this file.
Classes | |
class | AlignedAllocator< T > |
stateless STL allocator that aligns elements to the L1 cache line size. More... | |
struct | AlignedAllocator< T >::rebind< U > |
Functions | |
template<class T1 , class T2 > | |
NOTHROW_DEFINE bool | operator== (const AlignedAllocator< T1 > &, const AlignedAllocator< T2 > &) |
template<class T1 , class T2 > | |
NOTHROW_DEFINE bool | operator!= (const AlignedAllocator< T1 > &, const AlignedAllocator< T2 > &) |
NOTHROW_DEFINE bool operator!= | ( | const AlignedAllocator< T1 > & | , |
const AlignedAllocator< T2 > & | |||
) |
Definition at line 143 of file aligned_allocator.h.
NOTHROW_DEFINE bool operator== | ( | const AlignedAllocator< T1 > & | , |
const AlignedAllocator< T2 > & | |||
) |
Definition at line 137 of file aligned_allocator.h.