[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/io/ios_base/event_callback [Back]  [Original]

std::ios_base::event_callback cppreference.com
cppreference.com

std::ios_base::event_callback

cppreference.com

<metanoindex/>

<tbody> </tbody>
typedef void (*event_callback)(event type, ios_base& ios, int index);
, register_callback() .
:
The type of function callbacks that can be registered using register_callback() to be called on specific events.
Google.
. .
type , ios *this, index , register_callback() .
:
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.
Google.
. .

Web Proxy Viewer  |  New URL  |  Original Page