libzypp 17.37.2
zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head > Struct Template Reference

#include <zypp-core/zyppng/base/statemachine.h>

Public Types

using Type = typename add_type_to_collection< std::tuple, Head, TupleSoFar, std::is_same_v< State, typename Head::SourceType> >::Type
 
using NewTuple
 
using Type
 

Detailed Description

template<class State, class TupleSoFar, class Head>
struct zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head >

Definition at line 129 of file statemachine.h.

Member Typedef Documentation

◆ Type [1/2]

template<class State, class TupleSoFar, class Head>
using zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head >::Type = typename add_type_to_collection< std::tuple, Head, TupleSoFar, std::is_same_v< State, typename Head::SourceType> >::Type

Definition at line 130 of file statemachine.h.

◆ NewTuple

using zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head, Transitions >::NewTuple

Definition at line 124 of file statemachine.h.

◆ Type [2/2]

using zyppng::detail::collect_transitions_helper< State, TupleSoFar, Head, Transitions >::Type

Definition at line 125 of file statemachine.h.


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