viotecs 1.1.0
Loading...
Searching...
No Matches
viotecs::RegisteredSystems< T > Class Template Reference

Registered Systems Type. More...

#include <system.hpp>

Public Types

using Systems = std::tuple< T... >
 

Detailed Description

template<typename... T>
class viotecs::RegisteredSystems< 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.

Member Typedef Documentation

◆ Systems

template<typename... T>
using viotecs::RegisteredSystems< T >::Systems = std::tuple<T...>

Definition at line 55 of file system.hpp.


The documentation for this class was generated from the following file: