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

◆ operator()()

bool PreSPairSorter::operator() ( value a,
value b )
inline

Definition at line 314 of file f4-types.hpp.

315 {
316 ncmps++;
317 return varpower_monomials::compare(a->quot, b->quot) == LT;
318 }
static int compare(ConstExponents a, ConstExponents b)
static long ncmps
Definition f4-types.hpp:305
const int LT
Definition style.hpp:39

References ExponentList< long, false >::compare(), LT, ncmps, and pre_spair::quot.