Constructors

Synopses

Declared in <baljsn_decoderoptions.h>

Create an object of type DecoderOptions having the default value.

Create an object of type DecoderOptions having the value of the specified original object.

DecoderOptions(DecoderOptions const& original);

Create a DecoderOptions object by moving from original.

constexpr
DecoderOptions(DecoderOptions&& original) = default;

Parameters

Name

Description

original

object providing the value to copy

Created with MrDocs