file_status& operator=( const file_status& other ) = default;
file_status& operator=( file_status&& other ) = default;
以另一个文件类型对象复制或移动复制。
*this
noexcept