[#BloombergLP-baljsn-EncoderTestSequenceWithAllCategories-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories.adoc[EncoderTestSequenceWithAllCategories]::EncoderTestSequenceWithAllCategories :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<baljsn_encoder_testtypes.h>` Create a `EncoderTestSequenceWithAllCategories` object by moving from `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-07.adoc[EncoderTestSequenceWithAllCategories](xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories.adoc[EncoderTestSequenceWithAllCategories]&& original) noexcept; ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-07.adoc[_» more..._]# Create an object of type `EncoderTestSequenceWithAllCategories` having the default value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-0a.adoc[EncoderTestSequenceWithAllCategories](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-0a.adoc[_» more..._]# Create an object of type `EncoderTestSequenceWithAllCategories` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-02.adoc[EncoderTestSequenceWithAllCategories]( xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories.adoc[EncoderTestSequenceWithAllCategories] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-02.adoc[_» more..._]# Create a `EncoderTestSequenceWithAllCategories` object by moving from `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-0f.adoc[EncoderTestSequenceWithAllCategories]( xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories.adoc[EncoderTestSequenceWithAllCategories]&& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithAllCategories/2constructor-0f.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]#