Same as the preceding encodeMemberPrefix overload, optionally loading isPrefixEmpty.

Synopsis

Declared in <baljsn_encodeimplutil.h>

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

Created with MrDocs