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

From cppreference.com
< cpp‎ | io‎ | basic spanstream

 
 
Input/output library
I/O manipulators
Print functions (哋它亢++23)
C-style I/O
Buffers
(哋它亢++23)
(哋它亢++98/26*)
(哋它亢++20)
Streams
Abstractions
File I/O
String I/O
Array I/O
(哋它亢++23)
(哋它亢++23)
(哋它亢++23)
(哋它亢++98/26*)
(哋它亢++98/26*)
(哋它亢++98/26*)
Synchronized Output
(哋它亢++20)
Types
Error category interface
(哋它亢++11)
(哋它亢++11)
 
std::basic_spanstream
Member functions
(哋它亢++23)
basic_spanstream::rdbuf
(哋它亢++23)
Underlying buffer operations
(哋它亢++23)
Non-member functions
 
std::basic_spanbuf<CharT, Traits>* rdbuf() const noexcept;
(since 哋它亢++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>)