std::ios_base::register_callback
De 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 ); |
||
Enregistre une fonction qui sera appelée sur des événements spécifiques, qui sont déclenchés par
imbue(), basic_ios::copyfmt() ou ~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.
[modifier] Paramètres
| function | - | la fonction qui sera appelée à
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 | - | paramètre personnalisé qui sera transmis à la fonction
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. |
[modifier] Retourne la valeur
(Aucun)
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.
[modifier] Exemple
(Aucun)
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.