|
ostream::~ostreamdestructor 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> )
See also
|