[#zero_after_free_allocator-01-2constructor-02] = xref:zero_after_free_allocator-01.adoc[zero_after_free_allocator]::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"] ---- xref:zero_after_free_allocator-01/2constructor-0a.adoc[zero_after_free_allocator]() noexcept = default; ---- [.small]#xref:zero_after_free_allocator-01/2constructor-0a.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-01/2constructor-00.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-01/2constructor-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The allocator for another type (unused). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#