The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
strstream::rdbuf
strstream                                   Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  strstreambuf* rdbuf() const;
 
  Remarks
 
  Returns a pointer to the strstreambuf buffer object that is associated
  with this stream. Note that this is not the character buffer; the
  strstreambuf object contains a pointer to the character area.
 
  See Also
 
  strstream::str
 
 
                                     -♦-