ΒΆtemplate <typename... Ts>
inline format_object<Ts...> format(
    const char* Fmt,
    const Ts&... Vals)

Description

These are helper functions used to produce formatted output. They use template type deduction to construct the appropriate instance of the format_object class to simplify their construction. This is typically used like:

Declared at: llvm/include/llvm/Support/Format.h:124

Templates

Ts

Parameters

const char* Fmt
const Ts&... Vals