ios_base::event_callback
ios_base::event_callback
typedef void *(event_callback(event ev, ios_base& ios, int idx);
The type describes a pointer to a function that can be registered with register_callback
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
ios_base::event_callback
typedef void *(event_callback(event ev, ios_base& ios, int idx);
The type describes a pointer to a function that can be registered with register_callback
.