directory_entry& operator=( const directory_entry& ) = default;
directory_entry& operator=( directory_entry&&) = default;
赋值为另一个目录项。
*this
noexcept