MulticastImpl.opAssign

Reassigns this multicast delegate to a single delegate. Returns a reference to this instance.

  1. auto ref opAssign(Del one)
    struct MulticastImpl(Del, bool assertIfNull)
    ref nothrow pure
    opAssign
    (
    const Del one
    )
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )
  2. auto ref opAssign(Del[] all)
  3. auto ref opAssign(typeof(null) )

Meta