libzypp
17.36.7
|
#include <zypp-core/zyppng/base/statemachine.h>
Public Types | |
using | WithSource = typename add_type_to_collection< std::variant, typename Head::SourceType, VariantSoFar, !VariantHasType< VariantSoFar, typename Head::SourceType >() >::Type |
using | Type = typename add_type_to_collection< std::variant, typename Head::TargetType, WithSource, !VariantHasType< WithSource, typename Head::TargetType >() >::Type |
Definition at line 149 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head >::WithSource = typename add_type_to_collection< std::variant, typename Head::SourceType, VariantSoFar, !VariantHasType<VariantSoFar, typename Head::SourceType>() >::Type |
Definition at line 150 of file statemachine.h.
using zyppng::detail::make_state_set_helper< VariantSoFar, Head >::Type = typename add_type_to_collection< std::variant, typename Head::TargetType, WithSource, !VariantHasType<WithSource, typename Head::TargetType>() >::Type |
Definition at line 151 of file statemachine.h.