[#BloombergLP-balxml-DecoderOptions-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions]::DecoderOptions :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<balxml_decoderoptions.h>` Create an object of type `DecoderOptions` having the default value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/DecoderOptions/2constructor-0c.adoc[DecoderOptions](); ---- [.small]#xref:BloombergLP/balxml/DecoderOptions/2constructor-0c.adoc[_» more..._]# Create an object of type `DecoderOptions` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balxml/DecoderOptions/2constructor-0a.adoc[DecoderOptions](xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions] const& original); ---- [.small]#xref:BloombergLP/balxml/DecoderOptions/2constructor-0a.adoc[_» more..._]# Create an object of type `DecoderOptions` 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"] ---- constexpr xref:BloombergLP/balxml/DecoderOptions/2constructor-08.adoc[DecoderOptions](xref:BloombergLP/balxml/DecoderOptions.adoc[DecoderOptions]&& original) = default; ---- [.small]#xref:BloombergLP/balxml/DecoderOptions/2constructor-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#