unique_ptr.this

Disable copying.

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

Meta