std::basic_ofstream::rdbuf
From Cppreference
< cpp | io | basic ofstream
C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Input/output library | ||||||||||||||||||||||||||||||||||||||||||||||||||||
std::basic_ofstream | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
basic_filebuf<CharT, Traits>* rdbuf() const;
|
||
Returns pointer to the underlying raw file device object.
[edit] Parameters
(none)
[edit] Return value
pointer to the underlying raw file device.
[edit] Example
This section is incomplete |