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

Name

Description

other

The result to compare against.

Created with MrDocs