[#CompactSizeReader-2constructor] = xref:CompactSizeReader.adoc[CompactSizeReader]::CompactSizeReader :relfileprefix: ../ :mrdocs: Construct a reader bound to the destination integer. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CompactSizeReader(uint64_t& n_in); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n_in* | The integer that receives the decoded value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#