[#fs-path-generic_string-03] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::generic_string :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<util/fs.h>` [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> generic_string(_Allocator const& __a = _Allocator()) const; ---- == 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]#