StringMixinProxy.opDispatch

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

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

opDispatch
enum opDispatch;
Undocumented in source.

Properties

opDispatch
auto ref opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
V opDispatch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(T...)
Undocumented in source.

Meta