std::vprint_nonunicode(std::ostream)

Header: <ostream>

Behaves as FormattedOutputFunction (except that some details of error reporting differ):

# Declarations

void vprint_nonunicode( std::ostream& os, std::string_view fmt, std::format_args args );

(since C++23)

# Parameters

# Return value

(none)

# Notes

Feature-test macro Value Std Feature __cpp_lib_print 202207L (C++23) Formatted output __cpp_lib_format 202207L (C++23) Exposing std::basic_format_string

# Example

This section is incompleteReason: no example

# See also