Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

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

      From cppreference.com
      <cpp‎ |io‎ |basic fstream
       
       
       
       
      native_handle_type native_handle()constnoexcept;
      (since C++26)

      Returns the implementation defined underlying handle associated withbasic_filebuf. The behavior is undefined ifis_open() isfalse.

      [edit]Return value

      rdbuf()->native_handle()

      [edit]Notes

      Feature-test macroValueStdFeature
      __cpp_lib_fstream_native_handle202306L(C++26)native handles support

      [edit]Example

      This section is incomplete
      Reason: example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_fstream/native_handle&oldid=156280"

      [8]ページ先頭

      ©2009-2025 Movatter.jp