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