Compare two outputs by value.
Declared in <wallet/coinselection.h>
bool
operator()(
std::shared_ptr<COutput> const& a,
std::shared_ptr<COutput> const& b) const;
True if *a sorts before *b.
| Name | Description |
|---|---|
| a | First output pointer. |
| b | Second output pointer. |