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