tmp/tmpxgj_oyyo/{from.md → to.md}
RENAMED
|
@@ -19,8 +19,8 @@ Each of these functions `isF` returns the result of the expression:
|
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
use_facet<ctype<charT>>(loc).is(ctype_base::F, c)
|
| 22 |
```
|
| 23 |
|
| 24 |
-
where `F` is the `ctype_base::mask` value corresponding to that
|
| 25 |
-
|
| 26 |
|
|
|
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
use_facet<ctype<charT>>(loc).is(ctype_base::F, c)
|
| 22 |
```
|
| 23 |
|
| 24 |
+
where `F` is the `ctype_base::mask` value corresponding to that function
|
| 25 |
+
[[category.ctype]].[^4]
|
| 26 |
|