mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 11:33:46 +00:00
Document PrintfFormatter::format
This commit is contained in:
parent
ab054532ce
commit
355861f1ff
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user