pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
funcTarget
pyd
func_wrap
Undocumented in source.
template
funcTarget (
T
...
)
if
(
T
.
length
== 1
) {
alias
funcTarget
=
PointerTarget
!(
T
[
0
])
;
alias
funcTarget
=
T
[
0
]
;
alias
funcTarget
=
PointerTarget
!(
typeof
((
T
[
0
]).
init
.
funcptr
))
;
}
Members
Aliases
funcTarget
alias
funcTarget
=
PointerTarget
!(
T
[
0
])
Undocumented in source.
funcTarget
alias
funcTarget
=
T
[
0
]
Undocumented in source.
funcTarget
alias
funcTarget
=
PointerTarget
!(
typeof
((
T
[
0
]).
init
.
funcptr
))
Undocumented in source.
Meta
Source
See Implementation
pyd
func_wrap
functions
PydCallable_AsDelegate
PydWrappedFunc_Ready
applyPyTupleToAlias
applyPyTupleToDelegate
arrangeNamedArgs
constnessMatch2
dg_wrapper
gensym
pyApplyToAlias
pyApplyToDelegate
setWrongArgsError
supportsNArgs
tattrs_to_string
manifest constants
StrippedFunctionAttributes
structs
TupleComposer
templates
StripFunctionAttributes
fn_to_dg
fn_to_dgT
funcTarget
function_wrap
getparams
hasFunctionAttrs
isConstFunction
isImmutableFunction
isMutableFunction
isSharedFunction
isWildcardFunction
maxArgs
memberfunc_to_func
method_dgwrap
method_wrap
minArgs
minNumArgs_impl
wrapped_func_call