SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
sdsl/include/sdsl/bit_vectors.hpp File Reference

bit_vectors.hpp contains classes for uncompressed and compressed bit vector representations. More...

#include "int_vector.hpp"
#include "bit_vector_interleaved.hpp"
#include "rrr_vector.hpp"
#include "sd_vector.hpp"
#include "gap_vector.hpp"

Go to the source code of this file.


Detailed Description

bit_vectors.hpp contains classes for uncompressed and compressed bit vector representations.

Author:
Simon Gog