Appends the next value to the list. Values must be strictly increasing.

Synopsis

Declared in <folly/compression/elias_fano/BitVectorCoding.h>

void
add(ValueType value);

Parameters

Name

Description

value

The value to append; must be > the previously added value.

Created with MrDocs