daii v0.1.0 (2017-06-23T18:28:59Z)
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
fieldExpand
fieldsToParamListStr
templates
ParamTypes
ReturnType
Skip
Take
isAllocator
isClassOrIface
isFunctionPointerType
isStaticAllocator