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

Name

Description

CheckVarIntMode [constructor]

Assert that the integer type matches the requirements of the VarInt mode.

Created with MrDocs