Constructors
Synopses
Declared in <baljsn_encoder_testtypes.h>
Create an object of type 'EncoderTestDegenerateChoice1' having the default value.
Create an object of type EncoderTestDegenerateChoice1 having the value of the specified original object.
EncoderTestDegenerateChoice1(EncoderTestDegenerateChoice1 const& original);
Create a EncoderTestDegenerateChoice1 object by moving from original.
EncoderTestDegenerateChoice1(EncoderTestDegenerateChoice1&& original) noexcept;
Parameters
Name |
Description |
original |
object providing the value to copy |
Created with MrDocs