std::ios_base::event_callback

The type of function callbacks that can be registered using register_callback() to be called on specific events.

# Declarations

typedef void ( *event_callback )( event type, ios_base& ios, int index );

# See also