node::IteratorComparator::operator()

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

NameDescription
aThe first iterator to compare.
bThe second iterator to compare.