RefCountedNoGC.opAssign

Assignment operators

  1. void opAssign(typeof(this) rhs)
    struct RefCountedNoGC(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
    void
    opAssign
    (
    typeof(this) rhs
    )
    if (
    !is(T == class)
    )
  2. void opAssign(T rhs)

Meta