[#wallet-BytePrefix] = xref:wallet.adoc[wallet]::BytePrefix :relfileprefix: ../ :mrdocs: Compares equal to any byte span that begins with the same prefix. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BytePrefix; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/BytePrefix/prefix.adoc[`prefix`] | The byte prefix to compare against. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/operator_lt-01.adoc[`operator<`] | Orders a prefix before any span that does not start with it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#