MulticastImpl.opCast

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