tmp/tmpwghs3lz3/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
##### `ctype` members <a id="locale.ctype.members">[[locale.ctype.members]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
bool is(mask m, charT c) const;
|
| 5 |
const charT* is(const charT* low, const charT* high, mask* vec) const;
|
| 6 |
```
|
|
@@ -18,11 +18,11 @@ const charT* scan_not(mask m, const charT* low, const charT* high) const;
|
|
| 18 |
```
|
| 19 |
|
| 20 |
*Returns:* `do_scan_not(m, low, high)`.
|
| 21 |
|
| 22 |
``` cpp
|
| 23 |
-
charT toupper(charT) const;
|
| 24 |
const charT* toupper(charT* low, const charT* high) const;
|
| 25 |
```
|
| 26 |
|
| 27 |
*Returns:* `do_toupper(c)` or `do_toupper(low, high)`.
|
| 28 |
|
|
|
|
| 1 |
+
###### `ctype` members <a id="locale.ctype.members">[[locale.ctype.members]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
bool is(mask m, charT c) const;
|
| 5 |
const charT* is(const charT* low, const charT* high, mask* vec) const;
|
| 6 |
```
|
|
|
|
| 18 |
```
|
| 19 |
|
| 20 |
*Returns:* `do_scan_not(m, low, high)`.
|
| 21 |
|
| 22 |
``` cpp
|
| 23 |
+
charT toupper(charT c) const;
|
| 24 |
const charT* toupper(charT* low, const charT* high) const;
|
| 25 |
```
|
| 26 |
|
| 27 |
*Returns:* `do_toupper(c)` or `do_toupper(low, high)`.
|
| 28 |
|