[#BloombergLP-baljsn-Decoder_DecodeImpProxy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::Decoder_DecodeImpProxy :relfileprefix: ../../ :mrdocs: This class provides a functor that dispatches the appropriate `decodeImp` method for a `bdeat` Dynamic type. Note that the operators provided in this `class` match the function signatures required of visitors decoding into compatible types. == Synopsis Declared in `<baljsn_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Decoder_DecodeImpProxy; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baljsn/Decoder_DecodeImpProxy/operator_call-0e.adoc[`operator()`] | Function call operators |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baljsn/Decoder_DecodeImpProxy/d_decoder_p.adoc[`d_decoder_p`] | Decoder used to dispatch decoding (held, not owned). | xref:BloombergLP/baljsn/Decoder_DecodeImpProxy/d_mode.adoc[`d_mode`] | Formatting mode as specified in `bdlat_FormattingMode`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#