[#BloombergLP-balxml-EncoderOptions-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions]::EncoderOptions :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<balxml_encoderoptions.h>` Create an object of type `EncoderOptions` having the value of the specified `original` object. After performing this action, the `original` object will be left in a valid, but unspecified state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/EncoderOptions/2constructor-07.adoc[EncoderOptions](xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions]&& original) noexcept; ---- [.small]#xref:BloombergLP/balxml/EncoderOptions/2constructor-07.adoc[_» more..._]# Create an object of type `EncoderOptions` having the default value. Use the optionally specified `basicAllocator` to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/balxml/EncoderOptions/2constructor-0e4.adoc[EncoderOptions](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/balxml/EncoderOptions/2constructor-0e4.adoc[_» more..._]# Create an object of type `EncoderOptions` having the value of the specified `original` object. Use the optionally specified `basicAllocator` to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/EncoderOptions/2constructor-0ef.adoc[EncoderOptions]( xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/balxml/EncoderOptions/2constructor-0ef.adoc[_» more..._]# Create an object of type `EncoderOptions` having the value of the specified `original` object. After performing this action, the `original` object will be left in a valid, but unspecified state. Use the optionally specified `basicAllocator` to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/EncoderOptions/2constructor-04.adoc[EncoderOptions]( xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions]&& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#xref:BloombergLP/balxml/EncoderOptions/2constructor-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#