pyd v0.9.7 (2015-04-14T02:25:40Z)
Home
Dub
Repo
funcTarget.funcTarget
pyd
func_wrap
funcTarget
Undocumented in source.
alias
funcTarget
=
pointerTarget
!(
T
[
0
])
alias
funcTarget
=
T
[
0
]
alias
funcTarget
=
pointerTarget
!(
typeof
((
T
[
0
]).
init
.
funcptr
))
template
funcTarget
(T...)
static if
(!(
isPointer!(T[0]) && is(pointerTarget!(T[0]) == function)
))
static if
(!(
is(T[0] == function)
))
static if
(
is(T[0] == delegate)
)
alias
funcTarget
=
pointerTarget
!(
typeof
((
T
[
0
]).
init
.
funcptr
))
Meta
Source
See Implementation
pyd
func_wrap
funcTarget
aliases
funcTarget