[#fs-path-operator_assign-03] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::operator= :relfileprefix: ../../ :mrdocs: Deleted to forbid std::string assignment, which decodes locale‐dependently on Windows. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[path]& operator=(std::string s) = delete; ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The string that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#