![]() |
![]()
| ![]() |
![]()
NAMEstd::filesystem::filesystem_error::operator= - std::filesystem::filesystem_error::operator= Synopsis filesystem_error& operator=( const filesystem_error&
other ) (since C++17)
Parametersother - another filesystem_error object to assign with Return value*this Notes Typical implementations store path objects referenced by path1()
and path2() in a
Example This section is incomplete
|