opDispatch.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opDispatch(Args args)
  2. enum opDispatch;
  3. auto ref opDispatch [@property getter]
  4. V opDispatch [@property setter]
    template opDispatch(string name)
    @property ref
    static if(!(is(typeof(mixin (targetPrefix ~ name)) == function)))
    static if(!(is(typeof( ))))
    static if(is(typeof(mixin (targetPrefix ~ name))) || (is(typeof(__traits(getOverloads, __traits(parent, mixin (targetPrefix ~ name)), name))) && __traits(getOverloads, __traits(parent, mixin (targetPrefix ~ name)), name).length != 0))
    opDispatch
    (
    this X
    V
    )
    (
    auto ref V v
    )
  5. template opDispatch(T...)

Meta