zero_after_free_allocator::zero_after_free_allocator

Converting constructor from an allocator for another type.

Synopsis

Declared in <support/allocators/zeroafterfree.h>

template<typename U>
zero_after_free_allocator(zero_after_free_allocator<U> const& other) noexcept;

Parameters

NameDescription
otherThe allocator for another type (unused).