Concept MultiLoader Defined in File ResourceManager.hpp Concept Documentation template<typename T, typename ...Rs>concept MultiLoader #include <ResourceManager.hpp> A concept that describes a loader object that can handle a set of different resource types. tparam T: The type of the loader object tparam Rs…: The types of Resources that can be handled