itertools::multiplied
#include <itertools.hpp>
template<typename Rs> class multiplied
Template parameters
Rs: Range types.
Public members
Member types
Member functions
Constructs a cartesian product (multiplied) range from the given ranges. |
|
Beginning of the product range. |
|
End of the product range. |
|