You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking the function sml::aux::get_type_name<TAction>() it does not return the name of the lambda function for the action. Instead it returns a string formatted something like action::<lambda(my_type)>. Is there really no way to get the actual name of the lambda function in state machine logger?