tmp/tmp0aoq2oh_/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
##### Type `ios_base::fmtflags` <a id="ios::fmtflags">[[ios::fmtflags]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
```
|
| 6 |
|
| 7 |
The type `fmtflags` is a bitmask type ([[bitmask.types]]). Setting its
|
| 8 |
elements has the effects indicated in
|
| 9 |
Table [[tab:iostreams.fmtflags.effects]].
|
|
|
|
| 1 |
##### Type `ios_base::fmtflags` <a id="ios::fmtflags">[[ios::fmtflags]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
using fmtflags = T1;
|
| 5 |
```
|
| 6 |
|
| 7 |
The type `fmtflags` is a bitmask type ([[bitmask.types]]). Setting its
|
| 8 |
elements has the effects indicated in
|
| 9 |
Table [[tab:iostreams.fmtflags.effects]].
|