From Jason Turner

[ios.base.cons]

Diff to HTML by rtfpessoa

tmp/tmpznz2zcfv/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### `ios_base` constructors/destructor <a id="ios.base.cons">[[ios.base.cons]]</a>
2
 
3
  ``` cpp
4
  ios_base();
5
  ```
6
 
@@ -11,10 +11,10 @@ destroyed, whichever comes first; otherwise the behavior is undefined.
11
 
12
  ``` cpp
13
  ~ios_base();
14
  ```
15
 
16
- *Effects:* Destroys an object of class `ios_base`. Calls each registered
17
- callback pair `(fn, index)` ([[ios.base.callback]]) as
18
- `(*fn)(erase_event, *this, index)` at such time that any `ios_base`
19
- member function called from within `fn` has well defined results.
20
 
 
1
+ #### Constructors and destructor <a id="ios.base.cons">[[ios.base.cons]]</a>
2
 
3
  ``` cpp
4
  ios_base();
5
  ```
6
 
 
11
 
12
  ``` cpp
13
  ~ios_base();
14
  ```
15
 
16
+ *Effects:* Calls each registered callback pair `(fn, idx)`
17
+ [[ios.base.callback]] as `(*fn)(erase_event, *this, idx)` at such time
18
+ that any `ios_base` member function called from within `fn` has
19
+ well-defined results.
20