omni::event::operator+=
NAME

omni::event::operator+=

A member operator of omni::event

#include <omni/delegate/0.hpp>
event< Ret >& omni::event::operator+=(const event< Ret >& e)

SYNOPSIS

The += operator is used to add delegates to this event instance

top

DESCRIPTION

No description.

top

PARAMETERS

e - The right most operand event to add

top