[#BloombergLP-bdljsn-WriteOptions-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/WriteOptions.adoc[WriteOptions]::WriteOptions :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdljsn_writeoptions.h>` Create a `WriteOptions` object having the default attribute values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/WriteOptions/2constructor-0e.adoc[WriteOptions](); ---- [.small]#xref:BloombergLP/bdljsn/WriteOptions/2constructor-0e.adoc[_» more..._]# Create an object of type `WriteOptions` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/WriteOptions/2constructor-08.adoc[WriteOptions](xref:BloombergLP/bdljsn/WriteOptions.adoc[WriteOptions] const& original); ---- [.small]#xref:BloombergLP/bdljsn/WriteOptions/2constructor-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | object providing the value to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#