zero_after_free_allocator::zero_after_free_allocator

Constructors

Synopses

Declared in <support/allocators/zeroafterfree.h>

Default-constructs the allocator.

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...

Parameters

NameDescription
otherThe allocator for another type (unused).