std::basic_istringstream::rdbuf

From Cppreference

Jump to: navigation, search
basic_filebuf<CharT, Traits, Allocator>* rdbuf() const;

Returns pointer to the underlying raw string device object.

[edit] Parameters

(none)

[edit] Return value

pointer to the underlying raw string device.

[edit] Example