MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Invoke

Method Invoke

DuiLib/Utils/UIDelegate.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36protected:
37 virtual bool Invoke(void* param)
38 {
39 Fn pFn = (Fn)GetFn();
40 return (*pFn)(param);
41 }
42};
43
44template <class O, class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected