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