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

◆ next() [2/2]

void * MonomialIdeal::next ( void * p) const

Definition at line 298 of file monideal.cpp.

299{
300 return reinterpret_cast<void *>(next(reinterpret_cast<Nmi_node *>(p)));
301}
Nmi_node * next(Nmi_node *p) const
Definition monideal.cpp:285
int p

References next(), and p.