CheckVarIntMode

Compile-time check that a VarInt mode and integer type are compatible.

Synopsis

Declared in <serialize.h>

template<
    VarIntMode Mode,
    typename I>
struct CheckVarIntMode;

Member Functions

NameDescription
CheckVarIntMode [constructor]Assert that the integer type matches the requirements of the VarInt mode.