在线文档教程
C++
输入/输出 | Input/output

std::ios_base::event

科技促进发展:监督办[医]基础::活动

enum event {erase_event, imbue_event, copyfmt_event};

指定传递给register_callback()关于特定事件。定义了以下常量:

ConstantExplanation
erase_eventissued on ~ios_base() or basic_ios::copyfmt() (before the copy of members takes place)
imbue_eventissued on imbue()
copyfmt_eventissued on basic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/io/IOS[医]基础/事件