Make format_to_n part of the core API

This commit is contained in:
Victor Zverovich
2020-07-24 08:28:23 -07:00
parent 98626093d2
commit 95d3abf95c
3 changed files with 73 additions and 47 deletions

View File

@@ -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: