|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Class used to validate the search configuration. More...
#include <seqan3/search/search.hpp>
Static Public Member Functions | |
| template<typename query_t > | |
| static void | validate_query_type () |
| Validates the query type to model std::ranges::random_access_range and std::ranges::sized_range. | |
Class used to validate the search configuration.
|
inlinestatic |
Validates the query type to model std::ranges::random_access_range and std::ranges::sized_range.
| query_t | The type of the query or range of queries. |