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

◆ Erase()

template<typename MonomType>
TSet< MonomType >::Iterator BIBasis::TSet< MonomType >::Erase ( Iterator it)

Definition at line 129 of file tset.hpp.

130 {
131 JTree.Delete(*it);
132 return TripleList.erase(it);
133 }
std::list< Triple< MonomType > * > TripleList
Definition tset.hpp:51
JanetTree< MonomType > JTree
Definition tset.hpp:52

References JTree, and TripleList.