tsm  0.1.0
Public Types | List of all members
tsm::aggregate_events< std::tuple< Transitions... > > Struct Template Reference

#include <tsm_impl.h>

Collaboration diagram for tsm::aggregate_events< std::tuple< Transitions... > >:
Collaboration graph

Public Types

using type = decltype(std::tuple_cat(typename get_events_from_transition< Transitions >::type{}...))
 

Member Typedef Documentation

◆ type

template<typename... Transitions>
using tsm::aggregate_events< std::tuple< Transitions... > >::type = decltype(std::tuple_cat( typename get_events_from_transition<Transitions>::type{}...))

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