CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::CSystemImplementation Concept Reference

#include <CeresEngine/Entity/System.hpp>

Concept definition

template<typename T>
concept CeresEngine::CSystemImplementation = CSystem<T> && !std::is_abstract_v<T>
Definition System.hpp:219
Definition System.hpp:222