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

◆ End() [2/2]

template<typename MonomType>
TSet< MonomType >::ConstIterator BIBasis::TSet< MonomType >::End ( ) const

Definition at line 109 of file tset.hpp.

110 {
111 return TripleList.end();
112 }
std::list< Triple< MonomType > * > TripleList
Definition tset.hpp:51

References TripleList.