opDispatch.opDispatch

Undocumented in source.
  1. auto opDispatch(Args args)
    template opDispatch(Ts...)
    static if(!(is(typeof(__traits(getMember, T, name)) == function)))
    static if(!(is(typeof(mixin ("value.front." ~ name)))))
    opDispatch
    (
    Args...
    )
    (
    auto ref Args args
    )
  2. auto opDispatch(Args args)
  3. auto opDispatch(Args args)

Members

Functions

opDispatch
auto opDispatch(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

targs
enum targs;
Undocumented in source.

Meta