Deleted to forbid std::string assignment, which decodes locale‐dependently on Windows.
Synopsis
Declared in <util/fs.h>
path&
operator=(std::string s) = delete;
Return Value
A reference to this object.
Parameters
Name |
Description |
s |
The string that would be assigned from. |
Created with MrDocs