Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::filesystem::file_status::type

      From cppreference.com
      <cpp‎ |filesystem‎ |file status
       
       
      Filesystem library
      Classes
      Functions
      File types
       
       
      std::filesystem::file_type type()constnoexcept;
      (1)(since C++17)
      void type(std::filesystem::file_type type)noexcept;
      (2)(since C++17)

      Accesses the file type information.

      1) Returns file type information.
      2) Sets file type totype.

      [edit]Parameters

      type - file type to set to

      [edit]Return value

      1) File type information.
      2) (none)

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/filesystem/file_status/type&oldid=136154"

      [8]ページ先頭

      ©2009-2026 Movatter.jp