rdbuf

Returns a pointer to strstreambuf.

  strstreambuf* rdbuf() const;
  
Remarks

To manipulate a stream for random access or sychronization it is necessary to retrieve a pointer to the streams buffer. The function rdbuf() allows you to retrieve this pointer.

Returns a pointer to strstreambuf.

For an example of istrstream::rdbuf() usage refer to strstreambuf::str()