SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bi_fm_index_specialisation Interface Reference

Concept for bidirectional FM indices. More...

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

Related Functions

(Note that these are not member functions.)

Requirements for seqan3::bi_fm_index_specialisation

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

typename t::cursor_type cursor_type
 Type of the bidirectional FM index cursor.
 
typename t::fwd_cursor_type fwd_cursor_type
 Type of the unidirectional FM index cursor based on the unidirectional FM index on the original text.
 

Detailed Descriptionno-api

Concept for bidirectional FM indices.

This concept defines the interface for bidirectional FM indices.

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

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