std::experimental::filesystem::file_status::operator=
From cppreference.com
< cpp | experimental | fs | file status
file_status& operator=( const file_status& other ) = default; |
(1) | (filesystem TS) |
file_status& operator=( file_status&& other ) = default; |
(2) | (filesystem TS) |
explicit file_status( file_type type = file_type::none, perms permissions = perms::unknown); |
(3) | (filesystem TS) |
Copy- or move-assigns another file type object.
[edit] Parameters
This section is incomplete |
[edit] Return value
*this
[edit] Exceptions
noexcept specification:
noexcept