[#BloombergLP-baljsn-Decoder_ElementVisitor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::Decoder_ElementVisitor :relfileprefix: ../../ :mrdocs: This `class` implements a visitor for decoding elements within a sequence, choice, or array type. This is a component‐private class and should not be used outside of this component. Note that the operators provided in this `class` match the function signatures required of visitors decoding into elements of compatible types. == Synopsis Declared in `<baljsn_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Decoder_ElementVisitor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baljsn/Decoder_ElementVisitor/operator_call-03.adoc[`operator()`] | Function call operators |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baljsn/Decoder_ElementVisitor/d_decoder_p.adoc[`d_decoder_p`] | Decoder used to decode elements (held, not owned). | xref:BloombergLP/baljsn/Decoder_ElementVisitor/d_mode.adoc[`d_mode`] | Formatting mode as specified in `bdlat_FormattingMode`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#