SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
sdsl_index Interface Reference

Concept for SDSL FM indices (which are called compressed suffix arrays in the SDSL). More...

#include <seqan3/search/fm_index/concept.hpp>

Related Symbols

(Note that these are not member symbols.)

Requirements for seqan3::detail::sdsl_index

The SDSL index must support the following interface to work with SeqAn FM indices.

typename t::size_type size_type
 Type for representing the size of the indexed text.
 

Detailed Description

Concept for SDSL FM indices (which are called compressed suffix arrays in the SDSL).


The documentation for this interface was generated from the following file:
Hide me