wrapper

Undocumented in source.
template wrapper(alias F)
wrapper
()
if (
isSomeFunction!F
)

Members

Aliases

PT
alias PT = Tuple!ParameterTypes
Undocumented in source.
ParameterDefs
alias ParameterDefs = ParameterDefaults!F
Undocumented in source.
ParameterIdents
alias ParameterIdents = ParameterIdentifierTuple!F
Undocumented in source.
ParameterTypes
alias ParameterTypes = Parameters!F
Undocumented in source.
RT
alias RT = ReturnType!F
Undocumented in source.

Functions

wrapper
Function wrapper()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta