20
General utilities library
[utilities]
20.20
Formatting
[format]
20.20.2
Format string
[format.string]
20.20.2.2
Standard format specifiers
[format.string.std]
Table 64: Meaning of
type
options for
bool
[tab:format.type.bool]
🔗
Type
Meaning
🔗
none,
s
Copies textual representation, either
true
or
false
, to the output
.
🔗
b
,
B
,
c
,
d
,
o
,
x
,
X
As specified in Table
62
for the value
static_cast
<
unsigned
char
>
(
value
)
.