std::filesystem::file_status::operator=
< cpp | filesystem | file status
file_status& operator=( const file_status& other ) noexcept = default; |
(1) | (C++17 起) |
file_status& operator=( file_status&& other ) noexcept = default; |
(2) | (C++17 起) |
以另一个 file_status 对象复制或移动赋值。
参数
other | - | 要赋值的另一个 file_status 对象 |
返回值
*this
示例
本节未完成 原因:暂无示例 |