getExplicitAnnotations

Undocumented in source.

Members

Aliases

OnParameterUDAs
alias OnParameterUDAs = staticMap!(expandToData, getUDAs!(M.Target, OnParameter))
Undocumented in source.
getExplicitAnnotations
alias getExplicitAnnotations = staticMap!(unpack, relevant)
Undocumented in source.
getExplicitAnnotations
alias getExplicitAnnotations = Filter!(pred, staticMap!(expandToData, __traits(getAttributes, M)))
Undocumented in source.
relevant
alias relevant = Filter!(pred, OnParameterUDAs)
Undocumented in source.

Enums

isParamPointer
eponymoustemplate isParamPointer(alias X)
Undocumented in source.
pred
eponymoustemplate pred(alias U)
Undocumented in source.
pred
eponymoustemplate pred(alias X)
Undocumented in source.
unpack
eponymoustemplate unpack(alias X)
Undocumented in source.

Meta