Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ios_base::event

      From cppreference.com
      <cpp‎ |io‎ |ios base
       
       
       
       
      enum event{ erase_event, imbue_event, copyfmt_event};

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

      Enumerator Meaning
      erase_event issued on~ios_base() orbasic_ios::copyfmt() (before the copy of members takes place)
      imbue_event issued onimbue()
      copyfmt_event issued onbasic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied)

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/ios_base/event&oldid=182079"

      [8]ページ先頭

      ©2009-2025 Movatter.jp