std::ios_base::event_callback
Da 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); | ||
O tipo de retornos de chamada de função que podem ser registrados usando
register_callback()
a ser chamado em eventos específicos.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
refere-se ao tipo de evento, refere-se a ios
*this, index
é um valor específico transmitido para register_callback()
durante o registo da função.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.