std::basic_ofstream<CharT,Traits>::rdbuf
来自cppreference.com
< cpp | io | basic ofstream
输入/输出库
std::basic_ofstream
成员函数 | ||||
(C++11)
|
||||
(C++11)
|
||||
basic_ofstream::rdbuf
|
||||
文件操作 | ||||
非成员函数 | ||||
(C++11)
|
std::basic_filebuf<CharT,
Traits>*
rdbuf()
const;
|
(C++11 起) | |
返回指向底层未处理文件设备对象的指针。
参数
(无)
返回值
指向底层未处理文件设备对象的指针。
示例
本节未完成 原因:暂无示例 |