The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ostrstream::~ostrstream
ostrstream                                  Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  ~ostrstream();
 
  Remarks
 
  Destroys an ostrstream object and its associated strstreambuf object,
  thus releasing all internally allocated memory. If you used the
  void-argument constructor, then the internally allocated character
  buffer is released; otherwise, you must release it yourself.
 
  An internally allocated character buffer will not be released if it was
  previously frozen by an str or strstreambuf::freeze function call.
 
  See Also
 
  ostrstream::str, strstreambuf::freeze
 
 
                                     -♦-