Defines C++ functions to dispatch action to proper action handler inside a contract.
SUMMARY
| Members | Descriptions |
|---|---|
public template<> bool execute_action(T * obj,void(Q::*)(Args...) func) | Unpack the received action and execute the correponding action handler. |
