[#fs-path-generic_string-04] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::generic_string :relfileprefix: ../../ :mrdocs: == Synopses Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard, __visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] std::string xref:fs/path/generic_string-0a.adoc[generic_string]() const; ---- [.small]#xref:fs/path/generic_string-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class _ECharT, class _Traits = char_traits<_ECharT>, class _Allocator = allocator<_ECharT>> [[nodiscard, __visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]] basic_string<_ECharT, _Traits, _Allocator> xref:fs/path/generic_string-03.adoc[generic_string](_Allocator const& __a = _Allocator()) const; ---- [.small]#xref:fs/path/generic_string-03.adoc[_» more..._]# == Return Value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#