The exception mask is the last to be copied.
Before copying any parts of rhs, this member function triggers an erase_event event which invokes the registered callback functions, if any (see ios_base::register_callback).
Parameters
- rhs
- Object whose members are to be copied to *this
Return Value
The function returns *this.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
This example outputs a number formatted in the same way in both cout and filestr:
********40 |
Basic template member declaration
( basic_ios<charT,traits> ) |
See also
| ios::tie | Get/set the tied stream (public member function) |
| ios::fill | Get/set the fill character (public member function) |
| ios_base::width | Get/set field width (public member function) |
| ios_base::fmtflags | Type for stream format flags (public member type) |
