cpp / latest / io / basic_ispanstream / rdbuf.html /

std::basic_ispanstream<CharT,Traits>::rdbuf

std::basic_spanbuf<CharT, Traits>* rdbuf() const noexcept;
(since C++23)

Returns pointer to the wrapped raw device object.

Parameters

(none).

Return value

Pointer to the wrapped raw device object.

Example

See also

manages associated stream buffer
(public member function of std::basic_ios<CharT,Traits>)

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