std::basic_ospanstream<CharT,Traits>::rdbuf - cppreference.com
From cppreference.com
|
|
(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>) [edit]
|