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

Concept for bidirectional FM index cursors. More...

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

Related Functions

(Note that these are not member functions.)

Requirements for seqan3::bi_fm_index_cursor_specialisation

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

typename t::index_type index_type
 Type of the underlying SeqAn FM index (not the underlying SDSL index).
 
typename t::size_type size_type
 Type for representing the size of the indexed text.
 

Detailed Description

Concept for bidirectional FM index cursors.

This concept defines the interface for cursors for bidirectional FM indices.

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

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