vsignal.slot

Undocumented in source.

Members

Functions

connect
void connect(Slot!F slot)

Binds a function to a Slot. A payload can be passed if the function to call is a data member function of the same or if the function accepts as its first parameter a reference to its type.

connect
void connect(Slot!F slot, T instance)

Structs

Slot
struct Slot(F)
Undocumented in source.

Meta