std::experimental::filesystem::path::swap
< cpp | experimental | fs | path
void swap( path& other );
|
(1) | (文件系统 TS) |
交换 *this 和 other 的内容。
参数
other | - | 要交换内容的另一路径 |
返回值
(无)
异常
noexcept 规定:
noexcept
复杂度
常数。
参阅
本节未完成 |
void swap( path& other );
|
(1) | (文件系统 TS) |
交换 *this 和 other 的内容。
other | - | 要交换内容的另一路径 |
(无)
常数。
本节未完成 |