std::ios_base::event_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. |
typedefvoid(*event_callback)(event type, ios_base& ios, int index); | ||
Le type de rappels de fonction qui peuvent être enregistrés à l'aide
register_callback()
d'être appelé sur des événements spécifiques .Original:
The type of function callbacks that can be registered using
register_callback()
to be called on specific events.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.
type
désigne le type de l'événement, ios
désigne *this, index
est passée d'une valeur spécifique à register_callback()
lors de l'enregistrement de la fonction .Original:
type
refers to the type of the event, ios
refers to *this, index
is a specific value passed to register_callback()
when registering the function.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.