std::ios_base::register_callback
提供: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. |
| void register_callback( event_callback function, int index ); |
||
imbue()によってトリガされる特別なイベント時に呼び出される関数を登録し、basic_ios::copyfmt()または~ios_base()Original:
Registers a function which will be called on specific events, which are triggered by
imbue(), basic_ios::copyfmt() or ~ios_base()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.
[編集] パラメータ
| function | - | イベント
Original: the function which will be called on event
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
| index | - | 関数に渡されるカスタムパラメータ
Original: custom parameter which will be passed to the function The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[編集] 値を返します
(なし)
Original:
(none)
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:
(none)
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.