multicast-delegate v1.0.0 (2020-05-20T12:18:03Z)
Dub
Repo
MulticastImpl.opCast
multicast_delegate
MulticastImpl
Checks if there are any delegates and if this can be called.
struct
MulticastImpl
(Del, bool assertIfNull)
const nothrow pure @
nogc
@
trusted
bool
opCast
(
T
:
bool
)
(
)
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
Checks if there are any delegates and if this can be called.