std::ios_base::~ios_base

From cppreference.com
< cpp‎ | io‎ | ios base
 
 
Input/output library
I/O manipulators
C-style I/O
Buffers
(deprecated in C++98)
Streams
Abstractions
File I/O
String I/O
Array I/O
(deprecated in C++98)
(deprecated in C++98)
(deprecated in C++98)
Synchronized Output
Types
Error category interface
(C++11)
 
 
virtual ~ios_base();

Destroys the ios_base object.

Before any of the member functions would yield undefined results, calls callbacks, registered by register_callback() passing erase_event as parameter.

No operations on rdbuf are performed, it is not destroyed.