omni::event3::operator-=
NAME

omni::event3::operator-=

A operator of omni::event3

#include <omni/delegate/3.hpp>
event3< Ret, PT1, PT2, PT3 >& omni::event3::operator-=(const event3< Ret PT1 PT2 PT3 >& e)

SYNOPSIS

The -= operator is used to remove delegates from this event instance

top

DESCRIPTION

No description found.

top

PARAMETERS top

e - The right most operand event to remove

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