std::basic_ofstream<CharT,Traits>::native_handle
来自 cppreference.com
< cpp | io | basic ofstream
native_handle_type native_handle() const noexcept; |
(自 C++26) | |
返回与 basic_filebuf
关联的实现定义的底层句柄。如果 is_open() 为 false,则行为未定义。
[编辑] 返回值
rdbuf()->native_handle()
[编辑] 注释
特性测试 宏 | 值 | Std | 特性 |
---|---|---|---|
__cpp_lib_fstream_native_handle |
202306L | (C++26) | 本地句柄支持 |
[编辑] 示例
本节内容不完整 原因:示例 |