| Member functions | ||||
file_status::operator= | ||||
| Non-member functions | ||||
(C++20) |
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) |
Copy- or move-assigns another file status object.
| other | - | another file_status object to assign |
*this
| This section is incomplete Reason: no example |