phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
isAllocator1
nxt
allocator_traits
Is
true
iff
T
is an allocator, otherwise
false
.
version(none)
template
isAllocator1 (
T
) {
import
std
.
experimental
.
allocator
:
IAllocator
,
CAllocatorImpl
;
;
import
std
.
experimental
.
allocator
:
IAllocator
,
CAllocatorImpl
;
;
version(none)
enum
isAllocator1
;
}
Members
Manifest constants
isAllocator1
enum
isAllocator1
;
Undocumented in source.
Meta
Source
See Implementation
nxt
allocator_traits
enums
isAllocator
functions
isAllocator2
mixins
g
m
p
mixin templates
AllocatorState
templates
isAllocator1
Is true iff T is an allocator, otherwise false.