[#CompactSizeFormatter] = CompactSizeFormatter :mrdocs: Formatter for integers in CompactSize format. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<bool RangeCheck> struct CompactSizeFormatter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CompactSizeFormatter/Ser.adoc[`Ser`] | Serialize an unsigned integer in CompactSize format. | xref:CompactSizeFormatter/Unser.adoc[`Unser`] | Unserialize an integer from CompactSize format, checking it fits the target type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#