tmp/tmpsio3ozm2/{from.md → to.md}
RENAMED
|
@@ -21,12 +21,12 @@ Each of these functions `isF` returns the result of the expression:
|
|
| 21 |
|
| 22 |
``` cpp
|
| 23 |
use_facet<ctype<charT>>(loc).is(ctype_base::F, c)
|
| 24 |
```
|
| 25 |
|
| 26 |
-
where `F` is the `ctype_base::mask` value corresponding to that
|
| 27 |
-
|
| 28 |
|
| 29 |
#### Conversions <a id="conversions">[[conversions]]</a>
|
| 30 |
|
| 31 |
##### Character conversions <a id="conversions.character">[[conversions.character]]</a>
|
| 32 |
|
|
|
|
| 21 |
|
| 22 |
``` cpp
|
| 23 |
use_facet<ctype<charT>>(loc).is(ctype_base::F, c)
|
| 24 |
```
|
| 25 |
|
| 26 |
+
where `F` is the `ctype_base::mask` value corresponding to that function
|
| 27 |
+
[[category.ctype]].[^4]
|
| 28 |
|
| 29 |
#### Conversions <a id="conversions">[[conversions]]</a>
|
| 30 |
|
| 31 |
##### Character conversions <a id="conversions.character">[[conversions.character]]</a>
|
| 32 |
|