Inherit.opDispatch

Undocumented in source.
  1. T opDispatch [@property setter]
    template opDispatch(string s)
    @property ref
    static if(hasMethod!(typeof(_parent[e]), s))
    opDispatch
    (
    T...
    )
    ()
  2. auto ref opDispatch [@property getter]
  3. T opDispatch [@property setter]

Members

Manifest constants

e
enum e;
Undocumented in source.

Properties

opDispatch
T opDispatch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto ref opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
T opDispatch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta