weak_ptr.this

Copy Constructor.

  1. this(__refcount_t!T* ptr)
  2. this(inout(typeof(this)) src)
    struct weak_ptr(T)
    @nogc
    this
    (
    ref inout(typeof(this)) src
    )

Meta