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 = Identity!(__traits(parent, f))
Undocumented in source.
thisOf
alias thisOf = p
Undocumented in source.
thisOf
alias thisOf = thisOf!p
Undocumented in source.

Meta