Constructors
Declared in <baljsn_decoderoptions.h>
Create an object of type DecoderOptions having the default value.
DecoderOptions();
» more...
Create an object of type DecoderOptions having the value of the specified original object.
DecoderOptions(DecoderOptions const& original);
» more...
Create a DecoderOptions object by moving from original.
constexpr
DecoderOptions(DecoderOptions&& original) = default;
» more...
| Name | Description |
|---|---|
| original | object providing the value to copy |