[#BloombergLP-baljsn-EncoderTestChoiceWithAllCategories-2constructor-085] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories.adoc[EncoderTestChoiceWithAllCategories]::EncoderTestChoiceWithAllCategories :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<baljsn_encoder_testtypes.h>` Create a `EncoderTestChoiceWithAllCategories` object by moving from `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-02.adoc[EncoderTestChoiceWithAllCategories](xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories.adoc[EncoderTestChoiceWithAllCategories]&& original) noexcept; ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-02.adoc[_» more..._]# Create a default `EncoderTestChoiceWithAllCategories` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-081.adoc[EncoderTestChoiceWithAllCategories](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-081.adoc[_» more..._]# Create a `EncoderTestChoiceWithAllCategories` object as a copy of `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-013.adoc[EncoderTestChoiceWithAllCategories]( xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories.adoc[EncoderTestChoiceWithAllCategories] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-013.adoc[_» more..._]# Create a `EncoderTestChoiceWithAllCategories` object by moving from `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-016.adoc[EncoderTestChoiceWithAllCategories]( xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories.adoc[EncoderTestChoiceWithAllCategories]&& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestChoiceWithAllCategories/2constructor-016.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | object providing the value to move from | *basicAllocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#