mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-26 04:00:05 +00:00
Update signatures
This commit is contained in:
parent
4c2d637203
commit
4881677268
10
doc/api.rst
10
doc/api.rst
@ -48,7 +48,7 @@ participate in an overload resolution if the latter is not a string.
|
|||||||
.. doxygenfunction:: format(const S &format_str, Args&&... args)
|
.. doxygenfunction:: format(const S &format_str, Args&&... args)
|
||||||
.. doxygenfunction:: vformat(const S &format_str, basic_format_args<buffer_context<type_identity_t<Char>>> args)
|
.. doxygenfunction:: vformat(const S &format_str, basic_format_args<buffer_context<type_identity_t<Char>>> args)
|
||||||
|
|
||||||
.. doxygenfunction:: format_to(OutputIt out, const S &format_str, Args&&... args)
|
.. doxygenfunction:: format_to(OutputIt out, const S&, const Args&... args)
|
||||||
.. doxygenfunction:: format_to_n(OutputIt out, size_t n, const S&, const Args&... args)
|
.. doxygenfunction:: format_to_n(OutputIt out, size_t n, const S&, const Args&... args)
|
||||||
.. doxygenfunction:: formatted_size(string_view format_str, Args&&... args)
|
.. doxygenfunction:: formatted_size(string_view format_str, Args&&... args)
|
||||||
|
|
||||||
@ -294,9 +294,9 @@ Literal-based API
|
|||||||
|
|
||||||
The following user-defined literals are defined in ``fmt/format.h``.
|
The following user-defined literals are defined in ``fmt/format.h``.
|
||||||
|
|
||||||
.. doxygenfunction:: operator""_format(const char *, size_t)
|
.. doxygenfunction:: operator""_format(const char *s, size_t n)
|
||||||
|
|
||||||
.. doxygenfunction:: operator""_a(const char *, size_t)
|
.. doxygenfunction:: operator""_a(const char *s, size_t)
|
||||||
|
|
||||||
Utilities
|
Utilities
|
||||||
---------
|
---------
|
||||||
@ -313,7 +313,7 @@ Utilities
|
|||||||
|
|
||||||
.. doxygenfunction:: fmt::to_wstring(const T &value)
|
.. doxygenfunction:: fmt::to_wstring(const T &value)
|
||||||
|
|
||||||
.. doxygenfunction:: fmt::to_string_view(const Char *)
|
.. doxygenfunction:: fmt::to_string_view(const Char *s)
|
||||||
|
|
||||||
.. doxygenfunction:: fmt::join(Range &&range, string_view sep)
|
.. doxygenfunction:: fmt::join(Range &&range, string_view sep)
|
||||||
|
|
||||||
@ -460,7 +460,7 @@ Terminal color and text style
|
|||||||
|
|
||||||
``fmt/color.h`` provides support for terminal color and text style output.
|
``fmt/color.h`` provides support for terminal color and text style output.
|
||||||
|
|
||||||
.. doxygenfunction:: print(const text_style&, const S&, const Args&...)
|
.. doxygenfunction:: print(const text_style &ts, const S &format_str, const Args&... args)
|
||||||
|
|
||||||
.. doxygenfunction:: fg(detail::color_type)
|
.. doxygenfunction:: fg(detail::color_type)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user