thisOf

Get f's ancestor which represents its "this" pointer. Skips template and mixin ancestors until it finds a struct or class.

Members

Aliases

_p
alias _p = I!(__traits(parent, f))
Undocumented in source.
thisOf
alias thisOf = _p
thisOf
alias thisOf = thisOf!_p
Undocumented in source.

Meta