Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

StateCallback

ged edited this page Sep 10, 2024 · 2 revisions

Definition

An alias for a callback function that is used on StateBase<TContext>.

template<class TContext>
using StateCallback = void (*)(TContext* const);

Type Parameters

  • TContext: The type of context associated with the state machine.

Clone this wiki locally