Return an address providing modifiable access to the basic_stringbuf object that is internally used by this string stream to buffer unformatted characters.
Synopsis
Declared in <bslstl_ostringstream.h>
StreamBufType*
rdbuf() const;
Return Value
address of the stream's internal basic_stringbuf
Created with MrDocs