[#zero_after_free_allocator-01-2constructor-00] = xref:zero_after_free_allocator-01.adoc[zero_after_free_allocator]::zero_after_free_allocator :relfileprefix: ../ :mrdocs: Converting constructor from an allocator for another type. == Synopsis Declared in `<support/allocators/zeroafterfree.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename U> zero_after_free_allocator(xref:zero_after_free_allocator-01.adoc[zero_after_free_allocator<U>] const& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The allocator for another type (unused). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#