Share via


ostrstream::rdbuf

strstreambuf* rdbuf() const;

Return Value

Returns a pointer to the strstreambuf buffer object that is associated with this stream. This is not the character buffer; the strstreambuf object contains a pointer to the character area.

ostrstream OverviewOutput Stream Classes

See Also   ostrstream::str