9DEFINE_ERROR(
"MeshLoader", MeshLoaderError, ExtensionNotSupported)
11auto load_mesh(
const std::filesystem::path& mesh_path) -> expected<Mesh>;
auto load_mesh(const std::filesystem::path &mesh_path) -> expected< Mesh >
Definition mesh_loader.cpp:90
#define DEFINE_ERROR(cat_name, name,...)
This macro defines an enum with BOOST_DEFINE_ENUM_CLASS and hooks into the std::error_code system The...
Definition errors.hpp:90