Same as the preceding encodeMemberPrefix overload, using the specified formattingMode.

Synopsis

Declared in <baljsn_encodeimplutil.h>

static
int
encodeMemberPrefix(
    FORMATTER* formatter,
    std::ostream* logStream,
    std::string_view const& memberName,
    FormattingMode formattingMode,
    bool isFirstMember);

Created with MrDocs