33std::filesystem::path resolve_path(
34 const std::filesystem::path& root,
35 const std::filesystem::path& path);
42std::filesystem::path resolve_paths(
43 const std::filesystem::path& root,
44 const std::initializer_list<std::filesystem::path>& paths);
49std::filesystem::path resolve_path_if_not_empty(
50 const std::filesystem::path& root,
51 const std::filesystem::path& path);