Append a std::filesystem::path component with a directory separator.
Synopsis
Declared in <util/fs.h>
path&
operator/=(std::filesystem::path const& path);
Return Value
A reference to this object.
Parameters
Name |
Description |
path |
The path component to append. |
Created with MrDocs