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
By using lambdas instead of member function pointers the code for dispatching commands can be simplified and the code volume can be reduced. The Dispatcher template class becomes obsolete and SonarCloud issues are resolved.