|
fsm
|
Brings the context into the State automatically. More...
#include <access_context.h>
Public Types | |
| using | access_context_type = C |
Public Member Functions | |
| access_context (C &c) noexcept | |
| template<class U , class = std::enable_if_t<U::template has<C>>> | |
| access_context (U &tuple_like) noexcept | |
| C & | get_context () noexcept |
| Retrieve a context. More... | |
| C const & | get_context () const noexcept |
Brings the context into the State automatically.
|
inlinenoexcept |
Retrieve a context.
1.8.13