automem v0.0.3 (2017-04-04T22:26:48Z)
Dub
Repo
Unique.this
automem
Unique
The allocator is a singleton, so no need to pass it in to the constructor
this
(Args args)
struct
Unique
(Type, Allocator)
static if
(
hasInstance
)
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
aliases
Pointer
constructors
this
destructors
~this
functions
get
opAssign
opCast
unique
manifest constants
hasInstance
mixins
__anonymous
postblits
this(this)
The allocator is a singleton, so no need to pass it in to the constructor