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

#include <Range.hpp>

Public Member Functions

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

Private Attributes

const U * mPtr1
const TmPtr2

Detailed Description

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

Definition at line 90 of file Range.hpp.


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