aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-24 08:28:23 -0700
committerVictor Zverovich <viz@fb.com>2020-07-24 09:25:26 -0700
commit95d3abf95cd0b0ed1b3c3e939ab8385842e2832b (patch)
tree542804443ea60b9af3ffa70ddcac68eeabc9b220 /doc
parent98626093d27f09a682fbd1433ee4a66938ea9626 (diff)
downloadfmtlib-95d3abf95cd0b0ed1b3c3e939ab8385842e2832b.tar.gz
Make format_to_n part of the core API
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 8b15a5d5..d3d5ca5e 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -48,6 +48,8 @@ participate in an overload resolution if the latter is not a string.
.. doxygenfunction:: format(const S&, Args&&...)
.. doxygenfunction:: vformat(const S&, basic_format_args<buffer_context<type_identity_t<Char>>>)
+.. doxygenfunction:: fmt::format_to(OutputIt, string_view, Args&&...)
+.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, string_view, Args&&...)
.. doxygenfunction:: fmt::formatted_size(string_view, Args&&...)
.. _print: