dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
unique_ptr.get_deleter
core
stdcpp
memory
unique_ptr
inout
(
deleter_type
)
get_deleter
()
struct
unique_ptr
(T, Deleter = default_delete!T)
version(CppRuntime_Microsoft)
extern (
D
) nothrow pure @
safe
@
nogc
ref inout nothrow
inout
(
deleter_type
)
get_deleter
(
)
inout
(
deleter_type
)
get_deleter
()
inout
(
deleter_type
)
get_deleter
()
Meta
Source
See Implementation
core
stdcpp
memory
unique_ptr
aliases
deleter_type
element_type
pointer
constructors
this
destructors
~this
functions
get
get_deleter
opAssign
opCast
release
reset
postblits
this(this)