Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
boost::statechart::detail::simple_state_base_type< MostDerived, Context, InnerInitial > Struct Template Reference

#include <boost/statechart/simple_state.hpp>

Public Types

typedef mpl::eval_if< mpl::empty< inner_initial_list >, mpl::identity< typenamertti_policy_type::templatertti_derived_type< MostDerived, leaf_state< allocator_type, rtti_policy_type > > >, mpl::identity< typenamertti_policy_type::templatertti_derived_type< MostDerived, node_state< inner_initial_list_size, allocator_type, rtti_policy_type > > > >::type type
 

Detailed Description

template<class MostDerived, class Context, class InnerInitial>
struct boost::statechart::detail::simple_state_base_type< MostDerived, Context, InnerInitial >

Definition at line 77 of file simple_state.hpp.

Member Typedef Documentation

◆ type

template<class MostDerived , class Context , class InnerInitial >
typedef mpl::eval_if<mpl::empty<inner_initial_list>,mpl::identity<typenamertti_policy_type::templatertti_derived_type<MostDerived,leaf_state<allocator_type,rtti_policy_type>>>,mpl::identity<typenamertti_policy_type::templatertti_derived_type<MostDerived,node_state<inner_initial_list_size,allocator_type,rtti_policy_type>>>>::type boost::statechart::detail::simple_state_base_type< MostDerived, Context, InnerInitial >::type

Definition at line 100 of file simple_state.hpp.


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