16typedef std::list<std::filesystem::path>
PathsNG;
17typedef std::set<std::filesystem::path> PathSetNG;
29 using string_view::string_view;
31 PathViewNG(
const std::filesystem::path & path)
39 const string_view & native()
const {
return *
this; }
40 string_view & native() {
return *
this; }
43std::optional<std::filesystem::path> maybePath(PathView path);
45std::filesystem::path pathNG(PathView path);
std::list< std::filesystem::path > PathsNG
Definition file-path.hh:16
std::basic_string< OsChar > OsString
Definition os-string.hh:32
std::basic_string_view< OsChar > OsStringView
Definition os-string.hh:37