std::basic_stringstream::rdbuf
Min standard notice:
Returns pointer to the underlying raw string device object.
# Declarations
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const;
# Return value
Pointer to the underlying raw string device.
# Example
This section is incompleteReason: no example