LLVM 19.0.0git
llvm::validate_format_parameters< Args > Struct Template Reference

These are templated helper classes used by the format function that capture the object to be formatted and the format string. More...

Detailed Description

template<typename... Args>
struct llvm::validate_format_parameters< Args >

These are templated helper classes used by the format function that capture the object to be formatted and the format string.

When actually printed, this synthesizes the string into a temporary buffer provided and returns whether or not it is big enough.

Definition at line 81 of file Format.h.


The documentation for this struct was generated from the following file: