NAME
A member function of omni::delegate1
omni::delegate1::unbind
A member function of omni::delegate1
#include <omni/delegate/1.hpp>
inline void omni::delegate1::unbind()
CONSIDERATIONS
If there is a function currently attached and still running when this call is made to unbind, the attached function will continue to live in an undefined state. It will not stop upon unbinding and will likely have a corrupted stack pointer.
top
If there is a function currently attached and still running when this call is made to unbind, the attached function will continue to live in an undefined state. It will not stop upon unbinding and will likely have a corrupted stack pointer.
top