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