Group varint encoder/decoder for 32‐ or 64‐bit integers.
Synopsis
Declared in <folly/GroupVarint.h>
template<typename T>
class GroupVarint;
Specializations
Name |
Description |
GroupVarint encoding for 32‐bit values. |
|
GroupVarint encoding for 64‐bit values. |
Created with MrDocs