[#fs-path-std_path-00] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::std_path :relfileprefix: ../../ :mrdocs: Access the underlying std::filesystem::path without needing a cast (const overload). == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::filesystem::path const& std_path() const; ---- == Return Value A const reference to this object as a std::filesystem::path. [.small]#Created with https://www.mrdocs.com[MrDocs]#