SYNOPSIS
The -= operator is used to remove delegates from this event instance
top
The -= operator is used to remove delegates from this event instance
#include <omni/delegate/3.hpp>
event3< Ret, PT1, PT2, PT3 >& omni::event3::operator-=(const omni::delegate3< Ret PT1 PT2 PT3 >& d)
top