SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
enc_vector.hpp contains the sdsl::enc_vector class. More...
Go to the source code of this file.
Classes | |
struct | sdsl::enc_vector_trait< fixedIntWidth > |
struct | sdsl::enc_vector_trait< 32 > |
class | sdsl::enc_vector< Coder, SampleDens, fixedIntWidth > |
A generic immutable space-saving vector class for unsigned integers. It encodes each integer with its self-delimiting code and still provides constant time access. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
enc_vector.hpp contains the sdsl::enc_vector class.