Polymake Template Library (PTL) 4.13
pm::iterator_product< Iterator1, Iterator2, has_state1, has_state2 > Class Template Reference

#include <TransformedContainer.h>

Detailed Description

template<typename Iterator1, typename Iterator2, bool has_state1 = false, bool has_state2 = false>
class pm::iterator_product< Iterator1, Iterator2, has_state1, has_state2 >

Common base for iterators over cartesian product of two sequences It runs over all possible pairs of data items, with the second component changing first.


The documentation for this class was generated from the following file: