[#BloombergLP-balxml-NamespaceRegistry-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry]::NamespaceRegistry :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<balxml_namespaceregistry.h>` Construct an empty registry. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/NamespaceRegistry/2constructor-06.adoc[NamespaceRegistry](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/balxml/NamespaceRegistry/2constructor-06.adoc[_» more..._]# Construct a copy of the specified `other` namespace registry. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/NamespaceRegistry/2constructor-04.adoc[NamespaceRegistry]( xref:BloombergLP/balxml/NamespaceRegistry.adoc[NamespaceRegistry] const& other, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/balxml/NamespaceRegistry/2constructor-04.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *basicAllocator* | memory allocator used to supply memory | *other* | registry to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#