std::basic_istringstream::rdbuf

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