stribog ~master (2015-03-26T23:38:34Z)
Dub
Repo
hasOverload.paramExpressionList
stribog
meta
overload
hasOverload
Undocumented in source.
template
hasOverload
(T, ElemType, string ElemName)
static if
(
is(T == class) || is(T == struct) || is(T == interface) || is(T == union)
)
static if
(
isCallable!ElemType
)
alias
paramExpressionList
=
ParameterTypeTuple
!
ElemType
Meta
Source
See Implementation
stribog
meta
overload
hasOverload
aliases
overloads
paramExpressionList
retType
manifest constants
hasOverload