Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ios_base::~ios_base

      From cppreference.com
      <cpp‎ |io‎ |ios base
       
       
       
       
      virtual ~ios_base();

      Destroys theios_base object.

      Before any of the member functions would yield undefined results, calls callbacks, registered byregister_callback() passingerase_event as parameter. Then, deallocates any memory obtained.

      No operations onrdbuf are performed, it is not destroyed.

      [edit]Defect reports

      The following behavior-changing defect reports were applied retroactively to previously published C++ standards.

      DRApplied toBehavior as publishedCorrect behavior
      LWG 3434C++98the destructor was not required to reclaim memory foriarray andparrayrequired
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/ios_base/%7Eios_base&oldid=124403"

      [8]ページ先頭

      ©2009-2025 Movatter.jp