multicast-delegate v1.0.0 (2020-05-20T12:18:03Z)
Dub
Repo
MulticastImpl.opAssign
multicast_delegate
MulticastImpl
Unsets this multicast delegate to the init state.
auto ref
opAssign
(Del one)
auto ref
opAssign
(Del[] all)
auto ref
opAssign
(typeof(null) )
struct
MulticastImpl
(Del, bool assertIfNull)
ref nothrow pure @
nogc
@
trusted
auto ref
opAssign
(
typeof
(null)
)
if
(
isDelegate
!
Del
||
isFunctionPointer
!
Del
)
Meta
Source
See Implementation
multicast_delegate
MulticastImpl
aliases
opOpAssign
toDelegate
constructors
this
functions
GetInvocationList
_invokeImpl
_invokePtr
add
delegates
opAssign
opBinary
opCast
remove
removeAssumeUnique
postblits
this(this)
unions
__anonymous
Unsets this multicast delegate to the init state.