scopeProxy

Returns a type that points to a sub-aggregate (mixin or template alias) of a struct or class. Requires __traits(child) support.

  1. auto scopeProxy [@property getter]
    template scopeProxy(alias a)
    deprecated @property
    scopeProxy
    ()
  2. R scopeProxy [@property setter]

Members

Properties

scopeProxy
deprecated auto scopeProxy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scopeProxy
deprecated R scopeProxy [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta