wallet::SelectionResult::operator<

Order results by preference for choosing between selections.

Synopsis

Declared in <wallet/coinselection.h>

bool
operator<(SelectionResult other) const;

Return Value

True if this result sorts before other.

Parameters

NameDescription
otherThe result to compare against.