wallet::operator<

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

NameDescription
aThe prefix to compare.
bThe span to compare against.