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

◆ operator!=()

template<typename CoefficientRingType>
bool Polynomial< CoefficientRingType >::const_iterator::operator!= ( const self_type & rhs) const
inline

Definition at line 270 of file Polynomial.hpp.

270{ return (this->mCoeffIt != rhs.mCoeffIt); }
coeffConstIterator mCoeffIt

References mCoeffIt.