mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Document PrintfFormatter::format
This commit is contained in:
@@ -279,6 +279,7 @@ class PrintfFormatter : private internal::FormatterBase {
|
|||||||
explicit PrintfFormatter(const ArgList &args, BasicWriter<Char> &w)
|
explicit PrintfFormatter(const ArgList &args, BasicWriter<Char> &w)
|
||||||
: FormatterBase(args), writer_(w) {}
|
: FormatterBase(args), writer_(w) {}
|
||||||
|
|
||||||
|
/** Formats stored arguments and writes the output to the writer. */
|
||||||
FMT_API void format(BasicCStringRef<Char> format_str);
|
FMT_API void format(BasicCStringRef<Char> format_str);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user