W3cubDocs

/C++

std::filesystem::file_status::operator=

file_status& operator=( const file_status& other ) = default;
(1) (since C++17)
file_status& operator=( file_status&& other ) = default;
(2) (since C++17)

Copy- or move-assigns another file status object.

Parameters

Return value

*this.

Exceptions

noexcept specification:
noexcept

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/filesystem/file_status/operator=