Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
d16d585e
Commit
d16d585e
authored
Aug 26, 2020
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update signatures
parent
c7e6d8af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
doc/api.rst
doc/api.rst
+3
-5
No files found.
doc/api.rst
View file @
d16d585e
...
@@ -48,8 +48,8 @@ participate in an overload resolution if the latter is not a string.
...
@@ -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
...
@@ -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
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment