|
memory
|
Similar to allocator_deallocator but calls the destructors of the object.
Otherwise behaves the same.
Typedefs | |
| using | allocator_type |
| using | value_type |
Member Functions | |
| allocator_deleter () noexcept=default | |
| allocator_deleter (allocator_reference< RawAllocator > alloc) noexcept | |
| void | operator() (value_type *pointer) noexcept |
| auto | get_allocator () const noexcept -> decltype(std::declval< allocator_reference< allocator_type > >().get_allocator()) |
|
defaultnoexcept |
|
noexcept |
|
noexcept |
deallocate_node(pointer, sizeof(value_type), alignof(value_type)) on the referenced allocator object for the deallocation.
|
noexcept |
1.13.2