SpiecsEngine
 
Loading...
Searching...
No Matches

◆ BIND_EVENT_FN

#define BIND_EVENT_FN ( x)     std::bind(&x, this, std::placeholders::_1)

Bind Event.

Definition at line 88 of file Event.h.

88#define BIND_EVENT_FN(x) \
89 std::bind(&x, this, std::placeholders::_1)