[#BloombergLP-bslfmt-vprint_nonunicode-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::vprint_nonunicode :relfileprefix: ../../ :mrdocs: `vprint_nonunicode` overloads == Synopses Declared in `<bslfmt_print_imp.h>` Format type‐erased `args` per `fmt` and write the result to `stdout`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bslfmt/vprint_nonunicode-00.adoc[vprint_nonunicode]( std::string_view fmt, std::format_args args); ---- [.small]#xref:BloombergLP/bslfmt/vprint_nonunicode-00.adoc[_» more..._]# Format type‐erased arguments and write the result to an output stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bslfmt/vprint_nonunicode-08.adoc[vprint_nonunicode]( std::ostream& stream, std::string_view fmt, std::format_args args); ---- [.small]#xref:BloombergLP/bslfmt/vprint_nonunicode-08.adoc[_» more..._]# Format type‐erased `args` per `fmt` and write the result to `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bslfmt/vprint_nonunicode-0e.adoc[vprint_nonunicode]( FILE* stream, std::string_view fmt, std::format_args args); ---- [.small]#xref:BloombergLP/bslfmt/vprint_nonunicode-0e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *fmt* | format string | *args* | type‐erased format arguments | *stream* | output stream to which the formatted text is written |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#