table of contents
std::basic_ofstream::rdbuf(3) | C++ Standard Libary | std::basic_ofstream::rdbuf(3) |
NAME¶
std::basic_ofstream::rdbuf - std::basic_ofstream::rdbuf
Synopsis¶
std::basic_filebuf<CharT, Traits>* rdbuf() const; (since C++11)
Returns pointer to the underlying raw file device object.
Parameters¶
(none)
Return value¶
Pointer to the underlying raw file device.
Example¶
This section is incomplete
Reason: no example
Category:¶
* Todo no example
2024.06.10 | http://cppreference.com |