Constructors
Synopses
Declared in <baljsn_encoder_testtypes.h>
Create a EncoderTestEmployee object by moving from original.
EncoderTestEmployee(EncoderTestEmployee&& original) noexcept;
Create an object of type EncoderTestEmployee having the default value.
explicit
EncoderTestEmployee(bslma::Allocator* basicAllocator = 0);
Create an object of type EncoderTestEmployee having the value of the specified original object.
EncoderTestEmployee(
EncoderTestEmployee const& original,
bslma::Allocator* basicAllocator = 0);
Create a EncoderTestEmployee object by moving from original.
EncoderTestEmployee(
EncoderTestEmployee&& 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