BoundFunctorOf.opCall

Undocumented in source.
template opCall(Args...)
opCall
(
auto ref Args args
)

Members

Aliases

Ret
alias Ret = typeof(__traits(child, context, f)(Args.init))
Undocumented in source.

Functions

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

Meta