ATLAS Offline Software
|
Internal helper to serve as a deleter for our unique_ptr class. More...
Public Member Functions | |
UPDeleter () noexcept | |
UPDeleter (elt_allocator_type &heap) noexcept | |
void | operator() (value_type p) |
const elt_allocator_type * | heap () const noexcept |
Private Attributes | |
elt_allocator_type * | m_heap |
Internal helper to serve as a deleter for our unique_ptr class.
Definition at line 157 of file DataVectorWithAlloc.h.
|
noexcept |
|
noexcept |
|
noexcept |
void DataVectorWithAlloc< DV, ALLOC >::UPDeleter::operator() | ( | value_type | p | ) |
|
private |
Definition at line 165 of file DataVectorWithAlloc.h.