W3cubDocs

/C++

std::basic_stringstream::rdbuf

std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const;

Returns pointer to the underlying raw string device object.

Parameters

(none).

Return value

Pointer to the underlying raw string device.

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/io/basic_stringstream/rdbuf