PKHash::operator<

Orders two hashes.

Synopsis

Declared in <util/hash_type.h>

bool
operator<(BaseHash<uint160> const& other) const noexcept;

Return Value

True if this hash sorts before other.

Parameters

NameDescription
otherThe hash to compare against.