mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Document the n
format specifier
This commit is contained in:
parent
f68771abe4
commit
4d8cee2d48
@ -216,6 +216,10 @@ The available integer presentation types are:
|
|||||||
| | ``'#'`` option with this type adds the prefix ``"0X"`` |
|
| | ``'#'`` option with this type adds the prefix ``"0X"`` |
|
||||||
| | to the output value. |
|
| | to the output value. |
|
||||||
+---------+----------------------------------------------------------+
|
+---------+----------------------------------------------------------+
|
||||||
|
| ``'n'`` | Number. This is the same as ``'d'``, except that it uses |
|
||||||
|
| | the current locale setting to insert the appropriate |
|
||||||
|
| | number separator characters. |
|
||||||
|
+---------+----------------------------------------------------------+
|
||||||
| none | The same as ``'d'``. |
|
| none | The same as ``'d'``. |
|
||||||
+---------+----------------------------------------------------------+
|
+---------+----------------------------------------------------------+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user