Hall A ROOT/C++ Analyzer (podd)
|
Definition at line 13 of file CustomAlloc.h.
Classes | |
struct | rebind |
Public Member Functions | |
template<typename U > | |
void | construct (U *ptr) noexcept(std::is_nothrow_default_constructible< U >::value) |
template<typename U , typename... Args> | |
void | construct (U *ptr, Args &&... args) |
Private Types | |
typedef std::allocator_traits< A > | a_t |
#include <CustomAlloc.h>
|
private |
Definition at line 14 of file CustomAlloc.h.
|
inlinenoexcept |
Definition at line 25 of file CustomAlloc.h.
|
inline |
Definition at line 30 of file CustomAlloc.h.