shared_ptr.this

Constructs a shared_ptr with the given memory address.

  1. this(inout(typeof(this)) src)
  2. this(Ref!T ptr)
    struct shared_ptr(T)
    @nogc @system
    this
    (
    Ref!T ptr
    )

Meta