Macaulay2 Engine
Loading...
Searching...
No Matches
ZipIterator< U, T > Class Template Reference

#include <Range.hpp>

Public Member Functions

 ZipIterator (U *ptr1, T *ptr2)
std::pair< U, Toperator* ()
const ZipIteratoroperator++ ()
bool operator== (ZipIterator &it)
bool operator!= (ZipIterator &it)

Private Attributes

U * mPtr1
TmPtr2

Detailed Description

template<typename U, typename T>
class ZipIterator< U, T >

Definition at line 69 of file Range.hpp.


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