ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
SubProxy
ae
utils
meta
proxy
Instantiates to a type that points to a named sub-aggregate of a struct or class.
template
SubProxy (
alias
S
string
exp
) {
alias
R
=
RefType
!
S
;
struct
SubProxy
;
}
Members
Aliases
R
alias
R
=
RefType
!
S
Undocumented in source.
Structs
SubProxy
struct
SubProxy
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
proxy
aliases
parentOf
mixin templates
StringMixinProxy
templates
ScopeProxy
SubProxy
scopeProxy
Instantiates to a type that points to a named sub-aggregate of a struct or class.