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