[tab:format.type.char] (original) (raw)
28 Text processing library [text]
28.5 Formatting [format]
28.5.2 Format string [format.string]
28.5.2.2 Standard format specifiers [format.string.std]
Table 106 β 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 105with value converted to the unsigned version of the underlying type. |
π? | Copies the escaped character ([format.string.escaped]) to the output. |