Concept for bidirectional FM Index traits. More...
#include <seqan3/search/fm_index/concept.hpp>
Public Member Functions | |
Requirements for seqan3::bi_fm_index_traits_concept | |
The bidirectional FM index traits must provide the following types: | |
typename t::fm_index_traits | fm_index_traits |
Declares the type of the underlying unidirectional FM index on the original text. Must satisfy seqan3::fm_index_traits_concept. | |
typename t::rev_fm_index_traits | rev_fm_index_traits |
Declares the type of the underlying unidirectional FM index on the reversed text. Must satisfy seqan3::fm_index_traits_concept. | |
Concept for bidirectional FM Index traits.
The traits object must contain two unidirectional FM Index traits.