Serialize the key as a prefix byte followed by the big‐endian height.

Synopsis

Declared in <index/db_key.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

Name

Description

s

Output stream to write to.

Created with MrDocs