boost::msm::backmp11::state_machine::process_event_pool
Processes up to max_events from the event pool.
Synopsis
Declared in <boost/msm/backmp11/detail/state_machine_base.hpp>
template<bool C = state_machine_base<Config, NestingRole>::has_event_pool>
requires C
size_t
process_event_pool(size_t max_events = SIZE_MAX);
Return Value
size_t The no. of processed events.
Created with MrDocs