[#CheckVarIntMode] = CheckVarIntMode :mrdocs: Compile‐time check that a VarInt mode and integer type are compatible. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:VarIntMode.adoc[VarIntMode] Mode, typename I> struct CheckVarIntMode; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CheckVarIntMode/2constructor.adoc[`CheckVarIntMode`] [.small]#[constructor]# | Assert that the integer type matches the requirements of the VarInt mode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#