omni::delegate::~delegate

SYNOPSIS

Destroying a delegate that is still being invoked does not cause any issues. The default destructor, unbinds this instance from its target and method.

#include <omni/delegate/0.hpp>
omni::delegate::~delegate()


top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top