automem v0.1.0 (2018-02-08T17:02:27Z)
Dub
Repo
Unique.construct
automem
unique
Unique
Factory method so can construct with zero args.
typeof
(
this
)
construct
(Args args)
struct
Unique
(Type, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
static
static if
(
isGlobal
)
typeof
(this)
construct
(
Args
...
)
(
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
typeof
(
this
)
construct
(Allocator allocator, Args args)
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
Factory method so can construct with zero args.