nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
unique_ptr.this
nulib
memory
unique_ptr
unique_ptr
Constructs a shared_ptr with the given memory address.
this
(Ref!T ptr)
struct
unique_ptr
(T)
@
nogc
@
system
this
()
(
Ref
!
T
ptr
)
if
(
!
is
(
Ref
!
T
==
typeof
(this))
)
this
(inout(typeof(this)) src)
Meta
Source
See Implementation
nulib
memory
unique_ptr
unique_ptr
constructors
this
destructors
~this
functions
borrow
opPostMove
postblits
this(this)
properties
isValid
value
Constructs a shared_ptr with the given memory address.