OptionalChain.opDispatch

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

Members

Functions

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

Templates

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

Meta