Construct an EncodeImplUtil_SelectionDispatcher object having the specified formatter, logStream, and options attributes.

Synopsis

Declared in <baljsn_encodeimplutil.h>

EncodeImplUtil_SelectionDispatcher(
    FORMATTER* formatter,
    std::ostream* logStream,
    std::string_view const& selectionName,
    FormattingMode formattingMode,
    bool isNextObjectFirst,
    EncoderOptions const& options);

Created with MrDocs