bitdeque::resize

Resize the container.

Synopsis

Declared in <util/bitdeque.h>

void
resize(size_type n);

Parameters

NameDescription
nNew number of bits; the container grows with false bits or shrinks from the end.