std::ios_base::event
来自cppreference.com
![]() |
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
enum event; |
||
register_callback()
特定的事件注册的函数传递给指定的事件类型。以下常量的定义原文:
Specifies the event type which is passed to functions registered by
register_callback()
on specific events. The following constants are defined: 常数
|
Explanation |
erase_event
|
发行
~ios_base() 或basic_ios::copyfmt()(副本之前的成员发生)原文: issued on ~ios_base() or basic_ios::copyfmt() (before the copy of members takes place) |
imbue_event
|
发行
imbue() |
copyfmt_event
|
发行basic_ios::copyfmt()(成员的副本后发生,但在此之前被复制的例外设置)
原文: issued on basic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied) |
[编辑] 示例
本章尚未完成 原因:暂无示例 |