|
viotecs 1.1.0
|
Registered Systems Type. More...
#include <system.hpp>
Public Types | |
| using | Systems = std::tuple< T... > |
Registered Systems Type.
This class is used as a type to register systems in the World. Thi is used by world::register_systems<MySystem, AnotherSystem>() to save the types of the systems.
Definition at line 52 of file system.hpp.
| using viotecs::RegisteredSystems< T >::Systems = std::tuple<T...> |
Definition at line 55 of file system.hpp.