weak_ptr.this

Constructs a weak pointer from an internal refcount object.

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

Meta