Orders a prefix before any span that does not start with it.

Synopsis

Declared in <wallet/db.h>

bool
operator<(
    BytePrefix a,
    std::span<std::byte const> b);

Return Value

true if a orders before b.

Parameters

Name

Description

a

The prefix to compare.

b

The span to compare against.

Created with MrDocs