opDispatch.opDispatch

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

Meta