|
Macaulay2 Engine
|
#include <Range.hpp>
Public Member Functions | |
| ConstZipIterator (const U *ptr1, const T *ptr2) | |
| const std::pair< U, T > | operator* () |
| const ConstZipIterator & | operator++ () |
| bool | operator== (ConstZipIterator &it) |
| bool | operator!= (ConstZipIterator &it) |
Private Attributes | |
| const U * | mPtr1 |
| const T * | mPtr2 |