automem v0.3.3 (2018-07-28T17:23:20Z)
Dub
Repo
Unique.this
automem
unique
Unique
The allocator is global, so no need to pass it in to the constructor
this
(Args args)
struct
Unique
(Type, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
static if
(
isGlobal
)
this
(
Args
...
)
(
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
this
(Allocator allocator, Args args)
this
(Unique!(T, Allocator) other)
Meta
Source
See Implementation
automem
unique
Unique
aliases
Pointer
constructors
this
destructors
~this
functions
allocator
get
opAssign
opCast
release
unique
manifest constants
isGlobal
isSingleton
isTheAllocator
mixins
__anonymous
postblits
this(this)
static functions
construct
The allocator is global, so no need to pass it in to the constructor