std::experimental::filesystem::file_status::operator=
来自cppreference.com
< cpp | experimental | fs | file status
file_status& operator=( const file_status& other ) = default; |
(1) | (文件系统 TS) |
file_status& operator=( file_status&& other ) = default; |
(2) | (文件系统 TS) |
以另一个文件类型对象复制或移动复制。
参数
本节未完成 |
返回值
*this
异常
noexcept 规定:
noexcept