wallet::operator<

Orders a span relative to a prefix.

Synopsis

Declared in <wallet/db.h>

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

Return Value

true if a orders before b.

Parameters

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