opDispatch.opDispatch

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

Meta