std::ios_base::event
科技促进发展:监督办[医]基础::活动
enum event {erase_event, imbue_event, copyfmt_event}; | | |
---|
指定传递给register_callback()
关于特定事件。定义了以下常量:
Constant | Explanation |
---|---|
erase_event | issued on ~ios_base() or basic_ios::copyfmt() (before the copy of members takes place) |
imbue_event | issued on imbue() |
copyfmt_event | issued on basic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied) |
例
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。