Concept for unidirectional FM index iterators. More...
#include <seqan3/search/fm_index/concept.hpp>
Public Member Functions | |
Requirements for seqan3::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... | |
Concept for unidirectional FM index iterators.
This concept defines the interface for iterators for unidirectional FM indices.