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

◆ power() [1/2]

template<bool Const = false>
template<bool _Const = Const>
std::enable_if_t< !_Const, reference > newf4::MonomialView::MonomialIterator< Const >::power ( )
inline

Definition at line 201 of file MonomialView.hpp.

201 {
202 return *(mCurLoc + 1);
203 }

References mCurLoc.