ParameterAttributes

Return an alias to the j-th user-define attribute of the i-th parameter of fun.

template ParameterAttributes (
alias fun
int i
)

Parameters

fun

a function

i

zero-based index of a parameter of fun

Meta