std::basic_ospanstream<CharT,Traits>::rdbuf
From cppreference.com
< cpp | io | basic ospanstream
std::basic_spanbuf<CharT, Traits>* rdbuf() const noexcept; |
(since C++23) | |
Returns pointer to the wrapped raw device object.
Contents |
[edit] Parameters
(none)
[edit] Return value
Pointer to the wrapped raw device object.
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
manages associated stream buffer (public member function of std::basic_ios<CharT,Traits> )
|