omni::delegate1::unbind
NAME

omni::delegate1::unbind

A member function of omni::delegate1

#include <omni/delegate/1.hpp>
inline void omni::delegate1::unbind()

SYNOPSIS

Detaches the target and method from this instance

top

DESCRIPTION

No description.

top

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