Formats args according to specifications in fmt and writes the output to the stream os.

Synopsis

Declared in <fmt/xchar.h>

template<typename... T>
void
print(
    std::wostream& os,
    wformat_string<T...> fmt,
    T&&... args);

Parameters

Name

Description

os

The output stream to write to.

fmt

The format string.

args

The arguments to format.

Created with MrDocs