std_path overloads

Synopses

Declared in <util/fs.h>

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

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

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

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

Return Value

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

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

Created with MrDocs