|
PerceMon
|
#include <product.hpp>
Public Member Functions | |
| product_iterator (Iter first, Iter last, size_t k) | |
| bool | operator!= (const product_iterator< Iter > &other) const |
| bool | operator== (const product_iterator< Iter > &other) const |
| value_type | operator* () const |
| product_iterator & | operator++ () |
Static Public Member Functions | |
| static product_iterator | get_last (Iter first, Iter last, size_t k) |
Product iterator for a single vector repeated k times.