std_path overloads
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...