std::filesystem::directory_entry::operator= - cppreference.com
From cppreference.com
|
|
(1) | (since C++17) |
|
|
(2) | (since C++17) |
Replaces the contents of the directory entry (path and cached attributes, if any) with the contents of other.
Both copy- and move-assignment operators for directory_entry are defaulted.
Parameters
| other | - | other directory_entry
|
Return value
*this