tmp/tmph_ve7gzj/{from.md → to.md}
RENAMED
|
@@ -24,13 +24,11 @@ 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 |
-
####
|
| 30 |
-
|
| 31 |
-
##### Character conversions <a id="conversions.character">[[conversions.character]]</a>
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
template<class charT> charT toupper(charT c, const locale& loc);
|
| 35 |
```
|
| 36 |
|
|
|
|
| 24 |
```
|
| 25 |
|
| 26 |
where `F` is the `ctype_base::mask` value corresponding to that function
|
| 27 |
[[category.ctype]].[^4]
|
| 28 |
|
| 29 |
+
#### Character conversions <a id="conversions.character">[[conversions.character]]</a>
|
|
|
|
|
|
|
| 30 |
|
| 31 |
``` cpp
|
| 32 |
template<class charT> charT toupper(charT c, const locale& loc);
|
| 33 |
```
|
| 34 |
|