ChainFunctor

Wraps a function template into a concrete value type functor.

struct ChainFunctor (
alias fun
) {}

Members

Functions

opCall
auto opCall(Arg arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta