opDispatch.opDispatch

Undocumented in source.
  1. auto ref opDispatch(Args args)
    template opDispatch(T...)
    ref
    static if(!(is(typeof(mixin (targetPrefix ~ name)) == function)))
    static if(!(is(typeof( ))))
    static if(!(is(typeof(mixin (targetPrefix ~ name))) || (is(typeof(__traits(getOverloads, __traits(parent, mixin (targetPrefix ~ name)), name))) && __traits(getOverloads, __traits(parent, mixin (targetPrefix ~ name)), name).length != 0)))
    opDispatch
    (
    this X
    Args...
    )
    (
    auto ref Args args
    )
  2. auto ref opDispatch(Args args)
  3. enum opDispatch;
  4. auto ref opDispatch [@property getter]
  5. V opDispatch [@property setter]

Members

Functions

opDispatch
auto ref 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