GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::basic_ios::~basic_ios(3) C++ Standard Libary std::basic_ios::~basic_ios(3)

std::basic_ios::~basic_ios - std::basic_ios::~basic_ios


virtual ~basic_ios();


Destroys the basic_ios object. rdbuf is not destroyed.


This destructor is virtual because the base class destructor, ios_base::~ios_base is
virtual.


Defect reports


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


DR Applied to Behavior as published Correct behavior
LWG 53 C++98 it was unspecified whether rdbuf is destroyed it is not destroyed

2024.06.10 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.