std::filesystem::file_status::operator=
file_status& operator=( const file_status& other ) noexcept = default; | (1) | (since C++17) |
file_status& operator=( file_status&& other ) noexcept = default; | (2) | (since C++17) |
Копирует или перемещает другой объект состояния файла.
Параметры
| other | - | другой объект file_status для присваивания |
Возвращаемое значение
*this
Пример
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/filesystem/file_status/operator%3D