mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Update signatures
This commit is contained in:
parent
c7e6d8afb0
commit
d16d585e64
@ -48,8 +48,8 @@ participate in an overload resolution if the latter is not a string.
|
|||||||
.. doxygenfunction:: format(const S&, Args&&...)
|
.. doxygenfunction:: format(const S&, Args&&...)
|
||||||
.. doxygenfunction:: vformat(const S&, basic_format_args<buffer_context<type_identity_t<Char>>>)
|
.. 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(OutputIt, const S&, Args&&...)
|
||||||
.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, string_view, Args&&...)
|
.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, const S&, const Args&...)
|
||||||
.. doxygenfunction:: fmt::formatted_size(string_view, Args&&...)
|
.. doxygenfunction:: fmt::formatted_size(string_view, Args&&...)
|
||||||
|
|
||||||
.. _print:
|
.. _print:
|
||||||
@ -314,7 +314,7 @@ Utilities
|
|||||||
|
|
||||||
.. doxygenfunction:: fmt::to_string_view(const Char *)
|
.. doxygenfunction:: fmt::to_string_view(const Char *)
|
||||||
|
|
||||||
.. doxygenfunction:: fmt::join(const Range&, string_view)
|
.. doxygenfunction:: fmt::join(Range&&, string_view)
|
||||||
|
|
||||||
.. doxygenfunction:: fmt::join(It, Sentinel, string_view)
|
.. doxygenfunction:: fmt::join(It, Sentinel, string_view)
|
||||||
|
|
||||||
@ -441,8 +441,6 @@ 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.
|
||||||
|
|
||||||
.. doxygenenum:: fmt::color
|
|
||||||
|
|
||||||
.. doxygenfunction:: print(const text_style&, const S&, const Args&...)
|
.. doxygenfunction:: print(const text_style&, const S&, const Args&...)
|
||||||
|
|
||||||
.. _ostream-api:
|
.. _ostream-api:
|
||||||
|
Loading…
Reference in New Issue
Block a user