Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::filesystem::swap(std::experimental::filesystem::path)

      From cppreference.com
      <cpp‎ |experimental‎ |fs‎ |path
       
       
       
      Filesystem library
      Classes
      Functions
      File types
       
      path
      Member functions
      Path decomposition
      Non-member functions
      swap(path)
       
      void swap( path& lhs, path& rhs);
      (filesystem TS)

      Exchanges the state oflhs with that ofrhs. Effectively callslhs.swap(rhs).

      Contents

      [edit]Parameters

      lhs, rhs - paths whose states to swap

      [edit]Return value

      (none)

      [edit]Exceptions

      noexcept specification:  
      noexcept
        

      [edit]See also

      swaps two paths
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/fs/path/swap2&oldid=154891"

      [8]ページ先頭

      ©2009-2026 Movatter.jp