[ Web Proxy ]
URL:
Viewing: https://en.cppreference.com/cpp/io/basic_stringstream/rdbuf [Back]  [Original]

std::basic_stringstream::rdbuf - cppreference.com
cppreference.com
Namespaces
Variants

std::basic_stringstream::rdbuf

From cppreference.com
 
 
 
 
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


Web Proxy Viewer  |  New URL  |  Original Page