Assign from a std::filesystem::path.
Synopsis
Declared in <util/fs.h>
path&
operator=(std::filesystem::path path);
Return Value
A reference to this object.
Parameters
Name |
Description |
path |
The standard path to move from. |
Created with MrDocs