[#zero_after_free_allocator-0c-2constructor-07] = xref:zero_after_free_allocator-0c.adoc[zero_after_free_allocator<byte>]::zero_after_free_allocator :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<support/allocators/zeroafterfree.h>` Default‐constructs the allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:zero_after_free_allocator-0c/2constructor-01.adoc[zero_after_free_allocator]() noexcept = default; ---- [.small]#xref:zero_after_free_allocator-0c/2constructor-01.adoc[_» more..._]# Converting constructor from an allocator for another type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename U> xref:zero_after_free_allocator-0c/2constructor-06.adoc[zero_after_free_allocator](xref:zero_after_free_allocator-01.adoc[zero_after_free_allocator<U>] const& other) noexcept; ---- [.small]#xref:zero_after_free_allocator-0c/2constructor-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The allocator for another type (unused). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#