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