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/4.hpp>
event4< Ret, PT1, PT2, PT3, PT4 >& omni::event4::operator+=(const omni::delegate4< Ret PT1 PT2 PT3 PT4 >& d)
top