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

◆ operator<()

bool MutableComplex::iterator::operator< ( const iterator & o) const
inline

Definition at line 154 of file mutablecomplex.hpp.

155 {
156 return mIndex < o.mIndex || mAddr < o.mAddr;
157 }
std::pair< size_t, size_t > mAddr

References iterator(), mAddr, and mIndex.