Order two records by their serialized key bytes.

Synopsis

Declared in <psbt.h>

bool
operator<(PSBTProprietary const& b) const;

Return Value

True if this record's key orders before b's.

Parameters

Name

Description

b

The record to compare against.

Created with MrDocs