opDispatch.opDispatch

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

Meta