Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::inner_product_constraints Concept Reference

The inner_product_constraints concept. More...

#include <range/v3/numeric/inner_product.hpp>

Concept definition

template<typename I1, typename I2, typename T, typename BOp1 plus, typename BOp2 multiplies, typename P1 identity, typename P2 identity>
ranges::inner_product_constraints_ < I1, I2, T, BOp1, BOp2, P1, P2 >
The inner_product_constraints concept.
Definition inner_product.hpp:67
The input_iterator concept.
Definition concepts.hpp:349

Detailed Description

The inner_product_constraints concept.