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
本节未完成 原因:暂无示例 |