FreeBSD Manual Pages
std::basic_...tive_handle(3) C++ Standard Libary std::basic_...tive_handle(3) NAME std::basic_ofstream::native_handle - std::basic_ofstream::native_handle Synopsis native_handle_type native_handle() const noexcept; (since C++26) Returns the implementation defined underlying handle associated with basic_filebuf. The behavior is undefined if is_open() is false. Return value rdbuf()->native_handle() Notes Feature-test macro Value Std Feature __cpp_lib_fstream_native_handle 202306L (C++26) native handles sup- port Example This section is incomplete Reason: example Category: * Todo with reason http://cppreference.com 2024.06.10 std::basic_...tive_handle(3)
NAME | Synopsis | Return value | Notes | Example | Category:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::ofstream::native_handle&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
