Constructors
Declared in <baljsn_encoder_testtypes.h>
Create a EncoderTestChoiceWithAllCategories object by moving from original.
EncoderTestChoiceWithAllCategories(EncoderTestChoiceWithAllCategories&& original) noexcept;
» more...
Create a default EncoderTestChoiceWithAllCategories object.
explicit
EncoderTestChoiceWithAllCategories(bslma::Allocator* basicAllocator = 0);
» more...
Create a EncoderTestChoiceWithAllCategories object as a copy of original.
EncoderTestChoiceWithAllCategories(
EncoderTestChoiceWithAllCategories const& original,
bslma::Allocator* basicAllocator = 0);
» more...
Create a EncoderTestChoiceWithAllCategories object by moving from original.
EncoderTestChoiceWithAllCategories(
EncoderTestChoiceWithAllCategories&& original,
bslma::Allocator* basicAllocator);
» more...
| Name | Description |
|---|---|
| original | object providing the value to move from |
| basicAllocator | memory allocator; null uses the default |