tmp/tmptej84yfm/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
## General <a id="strings.general">[[strings.general]]</a>
|
| 2 |
|
| 3 |
This Clause describes components for manipulating sequences of any
|
| 4 |
-
non-array trivial standard-layout [[
|
| 5 |
-
called *char-like types*, and objects of char-like types
|
| 6 |
-
*char-like objects* or simply *characters*.
|
| 7 |
|
| 8 |
The following subclauses describe a character traits class, string
|
| 9 |
classes, and null-terminated sequence utilities, as summarized in
|
| 10 |
[[strings.summary]].
|
| 11 |
|
|
|
|
| 1 |
## General <a id="strings.general">[[strings.general]]</a>
|
| 2 |
|
| 3 |
This Clause describes components for manipulating sequences of any
|
| 4 |
+
non-array trivial standard-layout [[term.standard.layout.type]] type.
|
| 5 |
+
Such types are called *char-like types*, and objects of char-like types
|
| 6 |
+
are called *char-like objects* or simply *characters*.
|
| 7 |
|
| 8 |
The following subclauses describe a character traits class, string
|
| 9 |
classes, and null-terminated sequence utilities, as summarized in
|
| 10 |
[[strings.summary]].
|
| 11 |
|