Goby3  3.1.5
2024.05.14
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< typename rtti_policy_type::template rtti_derived_type< MostDerived, leaf_state< allocator_type, rtti_policy_type > > >, mpl::identity< typename rtti_policy_type::template rtti_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< typename rtti_policy_type:: template rtti_derived_type< MostDerived, leaf_state< allocator_type, rtti_policy_type > > >, mpl::identity< typename rtti_policy_type:: template rtti_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: