std::ios_base::~ios_base
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.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/io/ios_base/~ios_base