| libzypp 17.37.10
    | 
collect all transitions that have the same SourceState as the first type argument More...
#include <zypp-core/zyppng/base/statemachine.h>
| Public Types | |
| using | NewTuple = typename add_type_to_collection< std::tuple, Head, TupleSoFar, std::is_same_v< State, typename Head::SourceType> >::Type | 
| using | Type = typename collect_transitions_helper<State, NewTuple, Transitions...>::Type | 
collect all transitions that have the same SourceState as the first type argument
Definition at line 123 of file statemachine.h.
| using zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head, Transitions >::NewTuple = typename add_type_to_collection< std::tuple, Head, TupleSoFar, std::is_same_v< State, typename Head::SourceType> >::Type | 
Definition at line 124 of file statemachine.h.
| using zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head, Transitions >::Type = typename collect_transitions_helper<State, NewTuple, Transitions...>::Type | 
Definition at line 125 of file statemachine.h.