Constructors
Declared in <support/allocators/zeroafterfree.h>
Default-constructs the allocator.
constexpr
zero_after_free_allocator() noexcept = default;
» more...
Converting constructor from an allocator for another type.
template<typename U>
zero_after_free_allocator(zero_after_free_allocator<U> const& other) noexcept;
» more...
| Name | Description |
|---|---|
| other | The allocator for another type (unused). |