Construct a reader bound to the destination integer.
Synopsis
Declared in <serialize.h>
explicit
CompactSizeReader(uint64_t& n_in);
Parameters
Name |
Description |
n_in |
The integer that receives the decoded value. |
Created with MrDocs