ostream::~ostream | destructor member |
virtual ~ostream ( ); |
Destruct object
Destructs an object of this class.
Note that it does not destroy nor performs any operations on the associated streambuf object.
Basic template member declaration
( basic_ostream<charT,traits> )
virtual ~basic_ostream ( );
|
See also
ios::~ios | Destruct object (destructor member) |