phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
ScopedAllocator.owns
std
experimental
allocator
building_blocks
scoped_allocator
ScopedAllocator
Forwards to
parent.owns(b)
.
struct
ScopedAllocator
(ParentAllocator)
static if
(
hasMember!(Allocator, "owns")
)
Ternary
owns
(
void
[]
b
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
scoped_allocator
ScopedAllocator
destructors
~this
functions
allocate
deallocate
deallocateAll
empty
expand
goodAllocSize
owns
reallocate
manifest constants
alignment
postblits
this(this)
variables
parent
Forwards to parent.owns(b).