Commit 355861f1 authored by Victor Zverovich's avatar Victor Zverovich

Document PrintfFormatter::format

parent ab054532
......@@ -279,6 +279,7 @@ class PrintfFormatter : private internal::FormatterBase {
explicit PrintfFormatter(const ArgList &args, BasicWriter<Char> &w)
: FormatterBase(args), writer_(w) {}
/** Formats stored arguments and writes the output to the writer. */
FMT_API void format(BasicCStringRef<Char> format_str);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment