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

Returns pointer to the wrapped raw device object.

# Declarations

std::basic_spanbuf<CharT, Traits>* rdbuf() const noexcept;

(since C++23)

# Return value

Pointer to the wrapped raw device object.

# Example

This section is incompleteReason: no example

# See also