std::ios_base::event
Min standard notice:
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