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
Name |
Description |
a |
The span to compare. |
b |
The prefix to compare against. |
Created with MrDocs