Order two block indices by accumulated work (and tie-breakers).
Declared in <node/blockstorage.h>
bool
operator()(
CBlockIndex const* pa,
CBlockIndex const* pb) const;
True if pa orders before pb.
| Name | Description |
|---|---|
| pa | The first block index to compare. |
| pb | The second block index to compare. |