Orders outpoints by transaction hash, then output index.

Synopsis

Declared in <primitives/transaction.h>

bool
operator<(
    COutPoint const& a,
    COutPoint const& b);

Return Value

True if a orders before b.

Parameters

Name

Description

a

The left‐hand outpoint.

b

The right‐hand outpoint.

Created with MrDocs