命名空间
变体
操作

std::filesystem::path::swap

来自 cppreference.com
< cpp‎ | filesystem‎ | path
 
 
 
 
void swap( path& other ) noexcept;
(1) (自 C++17 起)

交换*thisother的内容(包括本机和通用格式)。

内容

[编辑] 参数

other - 另一个路径,用来交换内容

[编辑] 返回值

(无)

[编辑] 复杂度

常数。

[编辑] 另请参阅

专门化std::swap算法
(函数) [编辑]