fs::path::std_path

Access the underlying std::filesystem::path without needing a cast (const overload).

Synopsis

Declared in <util/fs.h>

std::filesystem::path const&
std_path() const;

Return Value

A const reference to this object as a std::filesystem::path.