SubProxy.SubProxy

Undocumented in source.
template SubProxy(alias S, string exp)
deprecated
struct SubProxy {}

Constructors

this
this(R s)
Undocumented in source.

Members

Mixins

__anonymous
mixin StringMixinProxy!(q{_subProxy.} ~ exp)
Undocumented in source.

Variables

_subProxy
R _subProxy;
Undocumented in source.

Mixed In Members

From mixin StringMixinProxy!(q{_subProxy.} ~ exp)

opDispatch
template opDispatch(string name)
Undocumented in source.

Meta