std::ios_base::event

Specifies the event type which is passed to functions registered by register_callback() on specific events. The following constants are defined:

# Declarations

enum event { erase_event, imbue_event, copyfmt_event };

# Example

This section is incompleteReason: no example