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
3269fce2
Commit
3269fce2
authored
Sep 12, 2014
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
https://github.com/cppformat/cppformat/issues/61
parent
d59fbdcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/index.rst
doc/index.rst
+5
-4
No files found.
doc/index.rst
View file @
3269fce2
...
...
@@ -39,8 +39,12 @@ arguments in the resulting string.
*args* is an argument list representing arbitrary arguments.
.. _format:
.. doxygenfunction:: fmt::format(StringRef, const ArgList &)
.. _print:
.. doxygenfunction:: fmt::print(StringRef, const ArgList &)
.. doxygenfunction:: fmt::print(std::FILE *, StringRef, const ArgList &)
...
...
@@ -101,7 +105,7 @@ System Errors
Format String Syntax
--------------------
Formatting functions such as :
cpp:func:`fmt::format()` and :cpp:func:`fmt::print()
`
Formatting functions such as :
ref:`fmt::format() <format>` and :ref:`fmt::print() <print>
`
use the same format string syntax described in this section.
Format strings contain "replacement fields" surrounded by curly braces ``{}``.
...
...
@@ -161,9 +165,6 @@ format string to define how individual values are presented (see
:ref:`formatstrings`). Each formattable type may define how the format
specification is to be interpreted.
..
They can also be passed directly to the :func:`format` function.
Most built-in types implement the following options for format specifications,
although some of the formatting options are only supported by the numeric types.
...
...
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