autowrap v0.2.6 (2018-10-29T16:59:35Z)
Dub
Repo
Functions.Function
autowrap
reflection
Functions
Undocumented in source.
template
Functions
(alias module_, Flag!"alwaysExport" alwaysExport = No.alwaysExport)
template
Function (
string
memberName
) {
alias
member
=
I
!(
__traits
(
getMember
,
module_
,
memberName
))
;
alias
Function
=
FunctionSymbol
!(
memberName
,
member
)
;
alias
Function
=
void
;
alias
Function
=
void
;
}
Members
Aliases
Function
alias
Function
=
FunctionSymbol
!(
memberName
,
member
)
Undocumented in source.
Function
alias
Function
=
void
Undocumented in source.
Function
alias
Function
=
void
Undocumented in source.
member
alias
member
=
I
!(
__traits
(
getMember
,
module_
,
memberName
))
Undocumented in source.
Meta
Source
See Implementation
autowrap
reflection
Functions
aliases
Functions
templates
Function
notVoid