BloombergLP::bslfmt::vprint_nonunicode

vprint_nonunicode overloads

Synopses

Declared in <bslfmt_print_imp.h>

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

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

Format type-erased arguments and write the result to an output stream.

void
vprint_nonunicode(
    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_nonunicode(
    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