Order two map iterators by their key.
Declared in <node/mini_miner.h>
template<typename I>
bool
operator()(
I const& a,
I const& b) const;
True if the key of a orders before the key of b.
| Name | Description |
|---|---|
| a | The first iterator to compare. |
| b | The second iterator to compare. |