mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Update integer presentation types documentation.
Documents that the 'c' type is a valid type for integer types. Since boolean uses the same types as integer its documentation is automatically updated.
This commit is contained in:
parent
1cd9899cf3
commit
1f308a3cea
@ -203,6 +203,8 @@ The available integer presentation types are:
|
||||
| | ``'#'`` option with this type adds the prefix ``"0B"`` |
|
||||
| | to the output value. |
|
||||
+---------+----------------------------------------------------------+
|
||||
| ``'c'`` | Character format. Outputs the number as a character. |
|
||||
+---------+----------------------------------------------------------+
|
||||
| ``'d'`` | Decimal integer. Outputs the number in base 10. |
|
||||
+---------+----------------------------------------------------------+
|
||||
| ``'o'`` | Octal format. Outputs the number in base 8. |
|
||||
|
Loading…
Reference in New Issue
Block a user