The main metafunction for the integration of a compiletime expression. More...
#include <integrate.hpp>
The main metafunction for the integration of a compiletime expression.
Note: Uses SFINAE for the default implementation in order to make the interface function integrate() visible to compile time expressions only.
LowerBound | Lower bound of the integration domain | |
UpperBound | Upper bound of the integration domain | |
IntegrandType | Type of the integrand | |
VariableType | The integration variable |