std::ios_base::event_callback
Aus 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. |
typedef void (*event_callback)(event type, ios_base& ios, int index); |
||
Die Art der Funktion Callbacks die registriert mit
register_callback()
auf bestimmte Ereignisse aufgerufen werden können .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
bezieht sich auf die Art des Ereignisplatzes, bezieht sich auf ios
*this, index
ist ein spezifischer Wert, der an register_callback()
beim Registrieren der Funktion .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.