[#BloombergLP-baljsn-EncoderTestChoiceWithAllCategoriesChoice-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice.adoc[EncoderTestChoiceWithAllCategoriesChoice]::EncoderTestChoiceWithAllCategoriesChoice :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<baljsn_encoder_testtypes.h>` Create an object of type 'EncoderTestChoiceWithAllCategoriesChoice' having the default value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice/2constructor-0f.adoc[EncoderTestChoiceWithAllCategoriesChoice](); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice/2constructor-0f.adoc[_» more..._]# Create an object of type `EncoderTestChoiceWithAllCategoriesChoice` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice/2constructor-06.adoc[EncoderTestChoiceWithAllCategoriesChoice](xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice.adoc[EncoderTestChoiceWithAllCategoriesChoice] const& original); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice/2constructor-06.adoc[_» more..._]# Create a `EncoderTestChoiceWithAllCategoriesChoice` object by moving from `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice/2constructor-01.adoc[EncoderTestChoiceWithAllCategoriesChoice](xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice.adoc[EncoderTestChoiceWithAllCategoriesChoice]&& original) noexcept; ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategoriesChoice/2constructor-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | object providing the value to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#