SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
search.hpp File Reference

Provides the public interface for search algorithms. More...

+ Include dependency graph for search.hpp:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Functions

template<fm_index_specialisation index_t, std::ranges::forward_range queries_t, typename configuration_t = decltype(search_cfg::default_configuration)>
auto seqan3::search (queries_t &&queries, index_t const &index, configuration_t const &cfg=search_cfg::default_configuration)
 Search a query or a range of queries in an index. More...
 

Detailed Description

Provides the public interface for search algorithms.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>