This file is indexed.

/usr/include/sdsl/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
/** \defgroup int_vector int_vector */
#ifndef SDSL_INCLUDED_VECTORS
#define SDSL_INCLUDED_VECTORS

#include "int_vector.hpp"
#include "enc_vector.hpp"
#include "vlc_vector.hpp"
#include "dac_vector.hpp"

#endif