|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Short description for what template_class is used here. More...
#include <template_class.hpp>
Public Types | |
| typedef bit_vector::size_type | size_type |
Public Member Functions | |
| template_class (bit_vector b) | |
| template_class (const template_class &t) | |
| void | swap (const template_class &t) |
| void | serialize (std::ostream &out) const |
| void | load (std::istream &in) |
| bool | operator[] (size_type i) const |
Short description for what template_class is used here.
Longer description of the class. If you implement a data structure from a paper, please mention this here in a separate references paragraph like this"
Explain also the template parameters.
| bit_vector_type | This template_class is dependent on one template parameter which specifies the type of the bitvector which is used for a member variable. This enables us to use the class with compressed and uncompressed bitvector representation. |
1.8.0