From Jason Turner

[ios::openmode]

Diff to HTML by rtfpessoa

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