命名空间
变体
操作

std::basic_ifstream<CharT,Traits>::native_handle

来自 cppreference.com
< cpp‎ | io‎ | basic ifstream
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) 原生句柄支持

[编辑] 示例