tmp/tmp9go6vr0o/{from.md → to.md}
RENAMED
|
@@ -2,16 +2,16 @@
|
|
| 2 |
|
| 3 |
In Table [[tab:char.traits.require]], `X` denotes a Traits class
|
| 4 |
defining types and functions for the character container type `CharT`;
|
| 5 |
`c` and `d` denote values of type `CharT`; `p` and `q` denote values of
|
| 6 |
type `const CharT*`; `s` denotes a value of type `CharT*`; `n`, `i` and
|
| 7 |
-
`j` denote values of type `
|
| 8 |
-
|
| 9 |
denotes a value of type `X::state_type`; and `r` denotes an lvalue of
|
| 10 |
type `CharT`. Operations on Traits shall not throw exceptions.
|
| 11 |
|
| 12 |
-
The
|
| 13 |
|
| 14 |
``` cpp
|
| 15 |
template<class charT> struct char_traits;
|
| 16 |
```
|
| 17 |
|
|
|
|
| 2 |
|
| 3 |
In Table [[tab:char.traits.require]], `X` denotes a Traits class
|
| 4 |
defining types and functions for the character container type `CharT`;
|
| 5 |
`c` and `d` denote values of type `CharT`; `p` and `q` denote values of
|
| 6 |
type `const CharT*`; `s` denotes a value of type `CharT*`; `n`, `i` and
|
| 7 |
+
`j` denote values of type `size_t`; `e` and `f` denote values of type
|
| 8 |
+
`X::int_type`; `pos` denotes a value of type `X::pos_type`; `state`
|
| 9 |
denotes a value of type `X::state_type`; and `r` denotes an lvalue of
|
| 10 |
type `CharT`. Operations on Traits shall not throw exceptions.
|
| 11 |
|
| 12 |
+
The class template
|
| 13 |
|
| 14 |
``` cpp
|
| 15 |
template<class charT> struct char_traits;
|
| 16 |
```
|
| 17 |
|