mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
"positional argument" -> argument (in C++ all arguments are positional in a sense, there are no keyword arguments).
This commit is contained in:
parent
382e25ec3e
commit
d7db2657a0
@ -140,8 +140,8 @@ automatically inserted in that order.
|
|||||||
|
|
||||||
Some simple format string examples::
|
Some simple format string examples::
|
||||||
|
|
||||||
"First, thou shalt count to {0}" // References first positional argument
|
"First, thou shalt count to {0}" // References the first argument
|
||||||
"Bring me a {}" // Implicitly references the first positional argument
|
"Bring me a {}" // Implicitly references the first argument
|
||||||
"From {} to {}" // Same as "From {0} to {1}"
|
"From {} to {}" // Same as "From {0} to {1}"
|
||||||
|
|
||||||
The *format_spec* field contains a specification of how the value should be
|
The *format_spec* field contains a specification of how the value should be
|
||||||
|
Loading…
Reference in New Issue
Block a user