shared_ptr.this

Copy Constructor.

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

Meta