[#fs-path-operator_plus_eq-0c] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::operator+= :relfileprefix: ../../ :mrdocs: Addition assignment operators == Synopses Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-024.adoc[operator+=](__string_view __x); ---- [.small]#xref:fs/path/operator_plus_eq-024.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-06.adoc[operator+=](value_type __x); ---- [.small]#xref:fs/path/operator_plus_eq-06.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-02b.adoc[operator+=](path const& __x); ---- [.small]#xref:fs/path/operator_plus_eq-02b.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-093.adoc[operator+=](string_type const& __x); ---- [.small]#xref:fs/path/operator_plus_eq-093.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-04.adoc[operator+=](value_type const* __x); ---- [.small]#xref:fs/path/operator_plus_eq-04.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _Source> [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-09d.adoc[operator+=](_Source const& __x); ---- [.small]#xref:fs/path/operator_plus_eq-09d.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class _ECharT, int = 0> requires __can_convert_char<_ECharT>::value [[__visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] path& xref:fs/path/operator_plus_eq-03.adoc[operator+=](_ECharT __x); ---- [.small]#xref:fs/path/operator_plus_eq-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#