C++ Basic_ios - Destructor



Description

This is Destroys an object of this class.

Note that this does not destroy the associated stream buffer.

Declaration

Following is the declaration for basic_ios::basic_ios.

virtual ~basic_ios();

Exceptions

No-throw guarantee − never throws exceptions.

Data races

The object is modified.

ios.htm
Advertisements