RefCounted.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RefCounted!(T, Atomic, Allocator) opAssign(RefCounted!(DT, Atomic, Allocator) rhs)
    struct RefCounted(T, bool Atomic = true, Allocator = Mallocator)
    ref @trusted
    static if(isClassOrIface!T)
    RefCounted!(T, Atomic, Allocator)
    opAssign
    (
    DT
    )
    (
    const RefCounted!(DT, Atomic, Allocator) rhs
    )
    if (
    isAssignable!(T, DT)
    )
    if (
    isAllocator!Allocator &&
    !isArray!T
    )
  2. ref opAssign(RefCounted!(T, Atomic, Allocator) rhs)

Meta