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

◆ ComponentIterator

template<bool Const = false>
using newf4::Polynomial::PolynomialIterator< Const >::ComponentIterator
Initial value:
typename std::conditional_t< Const,
std::vector<ComponentIndex>::const_iterator,
std::vector<ComponentIndex>::iterator>

Definition at line 115 of file PolynomialList.hpp.