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