Formats args according to the compiled format string fmt and writes the result to the file f.

Synopsis

Declared in <fmt/compile.h>

template<
    typename S,
    typename... T>
void
print(
    FILE* f,
    S const& fmt,
    T&&... args);

Parameters

Name

Description

f

The file to write to.

fmt

The compiled format string.

args

The arguments to format.

Created with MrDocs