cr8r_bvec Struct Reference

A bit vector Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient. More...

#include <bitvec.h>

Data Fields

uint64_t * buf
 underlying storage for vector. Managed by ft->resize.
 
uint64_t len
 number of bits in the vector.
 
uint64_t cap
 capacity of buf (in number of bits)
 

Detailed Description

A bit vector Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient.

Definition at line 22 of file bitvec.h.


The documentation for this struct was generated from the following file: