std::ios_base::event_callback
De cppreference.com
![]() | Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate. La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
typedefvoid(*event_callback)(event type, ios_base& ios, int index); | ||
El tipo de devoluciones de llamada de función que se pueden registrar usando
register_callback()
ser llamado en 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
se refiere al tipo de evento, ios
refiere a *this, index
es un valor específico pasa a register_callback()
al registrar la función .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.