SeqAn3
seqan3::bi_fm_index_iterator_concept Interface Reference

Concept for bidirectional FM index iterators. More...

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

Inheritance diagram for seqan3::bi_fm_index_iterator_concept:
[legend]

Public Member Functions

Requirements for seqan3::bi_fm_index_iterator_concept

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

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. More...
 

Detailed Description

Concept for bidirectional FM index iterators.

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


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