Constructors

Synopses

Declared in <support/allocators/zeroafterfree.h>

Default‐constructs the allocator.

constexpr
zero_after_free_allocator() noexcept = default;

Converting constructor from an allocator for another type.

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

Parameters

Name

Description

other

The allocator for another type (unused).

Created with MrDocs