Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::filesystem::path::format

      From cppreference.com
      <cpp‎ |filesystem‎ |path
       
       
      Filesystem library
      Classes
      Functions
      File types
       
      std::filesystem::path
      Member types
      Member constants
      path::native_formatpath::generic_formatpath::auto_format
      Member functions
      Path decomposition
      Non-member functions
      (until C++20)(until C++20)(until C++20)(until C++20)(until C++20)(C++20)
      Helper classes
       
      enum format{

          native_format,
          generic_format,
          auto_format

      };
      (since C++17)

      Determines how string representations of pathnames are interpreted by the constructors ofstd::filesystem::path that accept strings.

      [edit]Constants

      Name Explanation
      native_format Native pathname format
      generic_format Generic pathname format
      auto_format Implementation-defined pathname format, auto-detected where possible

      [edit]Notes

      On POSIX systems, there is no difference between native and generic format.

      [edit]See also

      constructs apath
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/filesystem/path/format&oldid=173412"

      [8]ページ先頭

      ©2009-2025 Movatter.jp