opDispatch.opDispatch

Undocumented in source.
  1. auto ref opDispatch(Args args)
  2. enum opDispatch;
    template opDispatch(string name)
    static if(!(is(typeof(mixin (targetPrefix ~ name)) == function)))
    static if(is(typeof( )))
    enum opDispatch = mixin (targetPrefix ~ name);
  3. auto ref opDispatch [@property getter]
  4. V opDispatch [@property setter]
  5. template opDispatch(T...)

Meta