These docs are for v1.3.0. Click to read the latest docs for v1.6.

Dispatcher

Defines C++ functions to dispatch action to proper action handler inside a contract.

SUMMARY

MembersDescriptions
public template<>
bool execute_action(T * obj,void(Q::*)(Args...) func)
Unpack the received action and execute the correponding action handler.