fs::path::std_path

std_path overloads

Synopses

Declared in <util/fs.h>

Access the underlying std::filesystem::path without needing a cast.

std::filesystem::path&
std_path();
» more...

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

std::filesystem::path const&
std_path() const;
» more...

Return Value

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