#include <gradings.h>
Public Member Functions | |
| bool | operator() (const Grading &, const Grading &) |
|
||||||||||||
|
Synopsis: compares |lhs| and |rhs|, returns whether |lhs<rhs| as gradings By definition this holds iff either |lhs| has fewer set bits, or they have the number, and |lhs<rhs| holds in the usual (bitwise lexicographic) sense. Definition at line 383 of file gradings.cpp. References atlas::bitset::BitSet< n >::count(), and atlas::gradings::Grading. |
1.3.9.1