opDispatch.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opDispatch(Args args)
    template opDispatch(string name)
    static if(is(typeof(__traits(getMember, T, name)) == function))
    opDispatch
    (
    Args...
    )
    (
    auto ref Args args
    )
    if (
    hasMember!(T, name)
    )
  2. auto opDispatch(Args args)
  3. template opDispatch(Ts...)

Meta