[#fs-path-assign-03] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::assign :relfileprefix: ../../ :mrdocs: == Synopses Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/assign-07.adoc[assign](string_type&& __s) noexcept; ---- [.small]#xref:fs/path/assign-07.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _Source> [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/assign-0b.adoc[assign](_Source const& __src); ---- [.small]#xref:fs/path/assign-0b.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIt> [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/assign-09.adoc[assign]( _InputIt __first, _InputIt __last); ---- [.small]#xref:fs/path/assign-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#