[#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 the specified `args` using `bsl::vformat_to` according to the specification given by the specified `fmt`, and write the result of this operation to `stdout`. In the event of formatting error throw the exception `format_error`, in the event of I/O error throw the exception `system_error`, on allocation failure throw `bad_alloc`. [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 the specified `args` using `bsl::vformat_to` according to the specification given by the specified `fmt`, and write the result of this operation to the specified `stream`. In the event of formatting error throw the exception `format_error`, in the event of I/O error throw the exception `system_error`, on allocation failure throw `bad_alloc`. The behavior is undefined unless `stream` is a valid pointer to an output C 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 the specified `args` using `bsl::vformat_to` according to the specification given by the specified `fmt`, and write the result of this operation to the specified `stream`. In the event of formatting error throw the exception `format_error`, in the event of I/O error throw the exception `system_error`, on allocation failure throw `bad_alloc`. The behavior is undefined unless `stream` is a valid pointer to an output C 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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#