[#secure_allocator-2constructor-08] = xref:secure_allocator.adoc[secure_allocator]::secure_allocator :relfileprefix: ../ :mrdocs: Converting constructor from an allocator for another type. == Synopsis Declared in `<support/allocators/secure.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename U> secure_allocator(xref:secure_allocator.adoc[secure_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]#