opDispatch.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
template opDispatch(string field)
return
static if(is(T == struct))
opDispatch
(
Input
)
(
Input input
)
if (
__traits(hasMember, T, field)
)

Meta