SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
fm_index_specialisation Interface Reference

Concept for unidirectional FM indices. More...

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

Related Functions

(Note that these are not member functions.)

Requirements for seqan3::fm_index_specialisation

You can expect these member types and member functions on all types that satisfy seqan3::fm_index_specialisation.

typename t::text_type text_type
 Type of the indexed text.
 
typename t::alphabet_type alphabet_type
 Type of the underlying character of text_type.
 
typename t::size_type size_type
 Type for representing the size of the indexed text.
 
typename t::cursor_type cursor_type
 Type of the unidirectional FM index cursor.
 

Detailed Description

Concept for unidirectional FM indices.

This concept defines the interface for unidirectional FM indices.

Deprecated:
Use seqan3::detail::template_specialisation_of<typename t::cursor_type, seqan3::fm_index_cursor> instead.

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