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