boost::msm::backmp11::event_pool

Defines the container type and inline storage for the event pool (see state_machine_config::event_pool).

Synopsis

Declared in <boost/msm/backmp11/state_machine_config.hpp>

template<
    template<typename...> typename Container,
    size_t InlineCapacity = 32,
    size_t InlineAlign = alignof(std::max_align_t)>
struct event_pool;

Type Aliases

Static Data Members

Template Parameters

Name

Description

Container

Type of the container to use.

InlineCapacity

Max inline storage per event.

InlineAlign

Inline storage alignment.

Created with MrDocs