MMDevice 70
|
#include <Property.h>
Public Member Functions | |
template<typename F > | |
ActionLambda (F func) | |
int | Execute (PropertyBase *pProp, ActionType eAct) final |
Action implementation using std::function to wrap arbitrary callables.
(It is named "lambda" after its intended use, but can wrap any C++ callable.)
|
inlinefinalvirtual |
Implements MM::ActionFunctor.