daii ~master (2021-12-24T15:13:56.4398674)
Dub
Repo
isStaticAllocator
daii
utils
Undocumented in source.
template
isStaticAllocator (
T
)
if
(
isAllocator
!
T
) {
static if
(
is(typeof(T.instance))
)
enum
isStaticAllocator
;
static if
(!(
is(typeof(T.instance))
))
enum
isStaticAllocator
;
}
Members
Manifest constants
isStaticAllocator
enum
isStaticAllocator
;
Undocumented in source.
isStaticAllocator
enum
isStaticAllocator
;
Undocumented in source.
Meta
Source
See Implementation
daii
utils
functions
argsAndFields
fieldExpand
templates
ParamTypes
ReturnType
Skip
Take
isAllocator
isClassOrIface
isFunctionPointerType
isStaticAllocator