/usr/include/sdsl/bit_vectors.hpp is in libsdsl-dev 2.0.3-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /*! \file bit_vectors.hpp
\brief bit_vectors.hpp contains classes for uncompressed and compressed bit vector representations.
\author Simon Gog
*/
#ifndef INCLUDED_SDSL_BITVECTORS
#define INCLUDED_SDSL_BITVECTORS
#include "int_vector.hpp"
#include "bit_vector_il.hpp"
#include "rrr_vector.hpp"
#include "sd_vector.hpp"
#endif
|