SDSL 3.0.1
Succinct Data Structure Library
lcp_dac.hpp
Go to the documentation of this file.
1// Copyright (c) 2016, the SDSL Project Authors. All rights reserved.
2// Please see the AUTHORS file for details. Use of this source code is governed
3// by a BSD license that can be found in the LICENSE file.
8#ifndef INCLUDED_SDSL_LCP_DAC
9#define INCLUDED_SDSL_LCP_DAC
10
11#include <sdsl/lcp.hpp>
12#include <sdsl/lcp_vlc.hpp>
14#include <sdsl/vectors.hpp>
15
16namespace sdsl
17{
18
20
25template <uint8_t t_b = 4, typename t_rank = rank_support_v5<>>
27
28} // end namespace sdsl
29#endif
lcp.hpp contains classes for lcp information.
Namespace for the succinct data structure library.
rank_support_v5.hpp contains rank_support_v5.5