Macaulay2 Engine
Loading...
Searching...
No Matches

◆ iterator() [1/3]

MutableComplex::iterator::iterator ( const MutableComplex & C,
const size_t n,
std::pair< size_t, size_t > m )
inline

Definition at line 123 of file mutablecomplex.hpp.

126 : mComplex(C), mIndex(n), mAddr(m)
127 {
128 }
std::pair< size_t, size_t > mAddr
const MutableComplex & mComplex

References mAddr, mComplex, mIndex, and MutableComplex::MutableComplex().

Referenced by end(), iterator(), operator++(), and operator<().