Template parameters
Parameter
Description
AdaptableUnaryFunction1
The type of the first operand in the function composition operation. That is, if the composition is written f o g [1], then AdaptableUnaryFunction1 is the type of the function object f.
AdaptableUnaryFunction2
The type of the second operand in the function composition operation. That is, if the composition is written f o g [1], then AdaptableUnaryFunction1 is the type of the function object g.
Loading...