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/7.hpp>
event7< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7 >& omni::event7::operator-=(const omni::delegate7< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 >& d)
top