QMCPACK
Mallocator.hpp File Reference
+ Include dependency graph for Mallocator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Mallocator< T, ALIGN >
 
struct  Mallocator< T, ALIGN >::rebind< U >
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<class T1 , size_t ALIGN1, class T2 , size_t ALIGN2>
bool operator== (const Mallocator< T1, ALIGN1 > &, const Mallocator< T2, ALIGN2 > &)
 
template<class T1 , size_t ALIGN1, class T2 , size_t ALIGN2>
bool operator!= (const Mallocator< T1, ALIGN1 > &, const Mallocator< T2, ALIGN2 > &)
 

Class Documentation

◆ qmcplusplus::Mallocator::rebind

struct qmcplusplus::Mallocator::rebind

template<typename T, size_t ALIGN>
template<class U>
struct qmcplusplus::Mallocator< T, ALIGN >::rebind< U >

Definition at line 40 of file Mallocator.hpp.

+ Collaboration diagram for Mallocator< T, ALIGN >::rebind< U >:
Class Members
typedef Mallocator< U, ALIGN > other