SYNOPSIS
The += operator is used to add delegates to this event instance
top
The += operator is used to add delegates to this event instance
#include <omni/delegate/2.hpp>
event2< Ret, PT1, PT2 >& omni::event2::operator+=(const omni::delegate2< Ret PT1 PT2 >& d)
top