Concept for unidirectional FM Index traits. More...
#include <seqan3/search/fm_index/concept.hpp>
Public Member Functions | |
Requirements for seqan3::fm_index_traits_concept | |
The SDSL index must support the following interface to work with SeqAn3. | |
typename t::sdsl_index_type | sdsl_index_type |
Declares the type of the underlying SDSL index. Must satisfy the seqan3::detail::sdsl_index_concept. | |
Concept for unidirectional FM Index traits.
The traits object must contain an index type of the SDSL namespace.