std::ios_base::event
来自cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| enum event; |
||
register_callback()特定的事件注册的函数传递给指定的事件类型。以下常量的定义Original:
Specifies the event type which is passed to functions registered by
register_callback() on specific events. The following constants are defined:The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
| 常数
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
erase_event
|
发行
~ios_base()或basic_ios::copyfmt()(副本之前的成员发生)Original: issued on ~ios_base() or basic_ios::copyfmt() (before the copy of members takes place)The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
imbue_event
|
发行
imbue()Original: issued on imbue()The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
copyfmt_event
|
发行basic_ios::copyfmt()(成员的副本后发生,但在此之前被复制的例外设置)
Original: issued on basic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[编辑] 为例
| 本节是不完整的 原因: no example |