std::basic_ios<CharT,Traits>::~basic_ios - cppreference.com
Namespaces
Variants

std::basic_ios<CharT,Traits>::~basic_ios

From cppreference.com
 
 
 
 
virtual ~basic_ios();

Destroys the basic_ios object. rdbuf is not destroyed.

Notes

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.