Concept for unidirectional FM indices. More...
#include <seqan3/search/fm_index/concept.hpp>
Public Member Functions | |
Requirements for seqan3::fm_index_concept | |
You can expect these member types and member functions on all types that satisfy seqan3::fm_index_concept. | |
typename t::text_type | text_type |
Type of the indexed text. | |
typename t::char_type | char_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::iterator_type | iterator_type |
Type of the unidirectional FM index iterator. More... | |
Concept for unidirectional FM indices.
This concept defines the interface for unidirectional FM indices.