The Wayback Machine - https://web.archive.org/web/20160314015237/http://en.cppreference.com/w/cpp/io/ios_base/event
Namespaces
Variants
Views
Actions

std::ios_base::event

From cppreference.com
< cpp‎ | io‎ | ios base
enum 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_event issued on imbue()
copyfmt_event issued on basic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied)

[edit] Example

Morty Proxy This is a proxified and sanitized view of the page, visit original site.