SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
vlc_vector.hpp contains a vector which stores the values with variable length codes. More...
Go to the source code of this file.
Classes | |
struct | sdsl::vlc_vector_trait< fixedIntWidth > |
struct | sdsl::vlc_vector_trait< 32 > |
class | sdsl::vlc_vector< Coder, SampleDens, fixedIntWidth > |
A generic immutable space-saving vector class for unsigned positive integers. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
vlc_vector.hpp contains a vector which stores the values with variable length codes.