Provides the public interface for search algorithms. More...
#include <seqan3/range/view/persist.hpp>
#include <seqan3/search/algorithm/detail/search.hpp>
#include <seqan3/search/fm_index/all.hpp>
Go to the source code of this file.
Namespaces | |
seqan3 | |
The main SeqAn3 namespace. | |
Functions | |
template<fm_index_concept index_t, typename queries_t , typename configuration_t > | |
auto | seqan3::search (index_t const &index, queries_t &&queries, configuration_t const &cfg) |
Search a query or a range of queries in an index. More... | |
template<fm_index_concept index_t, typename queries_t > | |
auto | seqan3::search (index_t const &index, queries_t &&queries) |
Search a query or a range of queries in an index. It will not allow for any errors and will output all matches as positions in the text. More... | |
Provides the public interface for search algorithms.