13 Manager(
const std::vector<std::filesystem::path>& asset_paths,
14 const std::optional<std::filesystem::path>& project_path = {})
17 [[nodiscard]]
auto find_asset(
const std::filesystem::path&)
const
Definition manager.hpp:10
std::optional< std::filesystem::path > project_path_
Definition manager.hpp:22
Manager(const std::vector< std::filesystem::path > &asset_paths, const std::optional< std::filesystem::path > &project_path={})
Definition manager.hpp:13
auto find_asset(const std::filesystem::path &) const -> expected< std::filesystem::path >
Definition manager.cpp:7
std::vector< std::filesystem::path > asset_paths_
Definition manager.hpp:21
std::expected< T, Err > expected
Definition result.hpp:49