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

◆ operator++() [2/2]

template<typename CoefficientRingType>
self_type Polynomial< CoefficientRingType >::const_iterator::operator++ ( int junk)
inline

Definition at line 249 of file Polynomial.hpp.

250 {
251 (void) junk;
252 // postfix ++ operator
253 self_type i = *this;
255 return i;
256 }

References stepIterators().