23
Strings library
[strings]
23.1
General
[strings.general]
1
#
This Clause describes components for manipulating sequences of any non-array trivial standard-layout (
[basic.
types.
general]
) type
.
Such types are called
char-like types
, and objects of char-like types are called
char-like objects
or simply
characters
.
2
#
The following subclauses describe a character traits class, string classes, and null-terminated sequence utilities, as summarized in Table
78
.
Table
78
: Strings library summary
[tab:strings.summary]
🔗
Subclause
Header
🔗
[char.
traits]
Character traits
<
string
>
🔗
[string.
view]
String view classes
<
string_
view
>
🔗
[string.
classes]
String classes
<
string
>
🔗
[c.
strings]
Null-terminated sequence utilities
<
cctype
>
,
<
cstdlib
>
,
<
cstring
>
,
<
cuchar
>
,
<
cwchar
>
,
<
cwctype
>