SDSL
3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
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
>
13
#include <
sdsl/rank_support_v5.hpp
>
14
#include <
sdsl/vectors.hpp
>
15
16
namespace
sdsl
17
{
18
20
25
template
<u
int
8_t t_b = 4,
typename
t_rank = rank_support_v5<>>
26
using
lcp_dac
=
lcp_vlc<dac_vector<t_b, t_rank>
>;
27
28
}
// end namespace sdsl
29
#endif
sdsl::lcp_vlc
Definition:
lcp_vlc.hpp:28
lcp.hpp
lcp.hpp contains classes for lcp information.
lcp_vlc.hpp
sdsl
Namespace for the succinct data structure library.
Definition:
bit_vector_il.hpp:20
rank_support_v5.hpp
rank_support_v5.hpp contains rank_support_v5.5
vectors.hpp
include
sdsl
lcp_dac.hpp
Generated by
1.9.6