carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
UninitializedTemporaryBuffer
carbon
memory
struct
UninitializedTemporaryBuffer (
T
) {
import
core
.
stdc
.
stdlib
;
;
this(this)
;
this
(size_t n);
~this
();
T
[]
slice
;
}
Constructors
this
this
(size_t n)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
slice
Members
Variables
slice
T
[]
slice
;
Undocumented in source.
Meta
Source
See Implementation
carbon
memory
functions
callAllDtor
callAllPostblit
fastPODCopy
onGCMemory
toRefCounted
structs
RefCountedNoGC
UninitializedTemporaryBuffer