void AddSystem(TCallable callable)
Add a system to the container.
Definition System.ipp:10
decltype(auto) AddSystems(TSystem... systems)
Adds systems to the container.
Definition System.ipp:5
FunctionUtils::FunctionID AddFunction(TCallable callable)
Definition FunctionContainer.inl:7
decltype(auto) AddFunctions(TFunctions... functions)
Definition FunctionContainer.hpp:77