std::ios_base::event
std::ios_base::event
enum event {erase_event, imbue_event, copyfmt_event}; |
Specifies the event type which is passed to functions registered by register_callback()
on specific events. The following constants are defined:
Constant | Explanation |
---|---|
erase_event | issued on ~ios_base() or basic_ios::copyfmt() (before the copy of members takes place) |
imbue_
|