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