22
General utilities library
[utilities]
22.14
Formatting
[format]
22.14.2
Format string
[format.string]
22.14.2.2
Standard format specifiers
[format.string.std]
Table 69: Meaning of
type
options for
charT
[tab:format.type.char]
🔗
Type
Meaning
🔗
none,
c
Copies the character to the output
.
🔗
b
,
B
,
d
,
o
,
x
,
X
As specified in Table
68
.
🔗
?
Copies the escaped character (
[format.
string.
escaped]
) to the output
.