This class provides a functor that dispatches the appropriate decodeImp method for a bdeat Dynamic type.

Synopsis

Declared in <baljsn_jsonconverter.h>

struct JsonConverter_DecodeImpProxy;

Description

Note that the operators provided in this class match the function signatures required of visitors decoding into compatible types.

Member Functions

Name

Description

operator()

Function call operators

Data Members

Name

Description

d_decoder_p

The d_decoder_p data member.

d_mode

Formatting mode as specified in bdlat_FormattingMode.

Created with MrDocs