std::basic_ios::copyfmt

std::basic_ios::copyfmt

basic_ios& copyfmt(const basic_ios& other);

Copies the state of the stream other into *this. This is done in the following sequence:

1) Calls every callback registered by register_callback() passing erase_event as parameter
2) Copies all member objects from other to *this except for 登录查看完整内容