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

Synopsis

Declared in <util/fs.h>

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

Return Value

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

Created with MrDocs