From Jason Turner

[strings.general]

Diff to HTML by rtfpessoa

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