BloombergLP::bslfmt::vprint_unicode

vprint_unicode overloads

Synopses

Declared in <bslfmt_print_imp.h>

Format type-erased args per fmt and write the result to stdout.

void
vprint_unicode(
    std::string_view fmt,
    std::format_args args);
» more...

Format type-erased arguments and write the result as Unicode text.

void
vprint_unicode(
    std::ostream& stream,
    std::string_view fmt,
    std::format_args args);
» more...

Format type-erased args per fmt and write the result to stream.

void
vprint_unicode(
    FILE* stream,
    std::string_view fmt,
    std::format_args args);
» more...

Parameters

NameDescription
fmtformat string
argstype-erased format arguments
streamoutput stream to which the formatted text is written