bsl::basic_stringstream::rdbuf

Return the stream buffer used by this object.

Synopsis

Declared in <bslstl_stringstream.h>

StreamBufType*
rdbuf() const;

Description

Return an address providing modifiable access to the basic_stringbuf object that is internally used by this stream object to buffer unformatted characters.

Return Value

the stream buffer used by this object