hasOverload.paramExpressionList

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