phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
CAllocatorImpl.owns
std
experimental
allocator
CAllocatorImpl
If
Allocator
implements
owns
, forwards to it. Otherwise, returns
Ternary.unknown
.
class
CAllocatorImpl
(Allocator, Flag!"indirect" indirect = No.indirect)
nothrow override
Ternary
owns
(
void
[]
b
)
Meta
Source
See Implementation
std
experimental
allocator
CAllocatorImpl
constructors
this
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
empty
expand
goodAllocSize
impl
owns
reallocate
properties
alignment
If Allocator implements owns, forwards to it. Otherwise, returns Ternary.unknown.