dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
Unique.this
automem
unique
Unique
Non-singleton allocator, must be passed in
this
(Args args)
this
(Allocator allocator, Args args)
struct
Unique
(UniqueType, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
static if
(!(
isGlobal
))
this
(
Args
...
)
(
Allocator
allocator
,
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
this
(Unique!(T, Allocator) other)
Meta
Source
See Implementation
automem
unique
Unique
aliases
Pointer
Type
get
constructors
this
destructors
~this
functions
allocator
borrow
opAssign
opCast
release
unique
manifest constants
isGlobal
isSingleton
isTheAllocator
mixins
__anonymous
postblits
this(this)
static functions
construct
Non-singleton allocator, must be passed in