SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::search_configuration_validator Struct Reference

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.
 

Detailed Description

Class used to validate the search configuration.

Member Function Documentation

◆ validate_query_type()

template<typename query_t >
static void seqan3::detail::search_configuration_validator::validate_query_type ( )
inlinestatic

Validates the query type to model std::ranges::random_access_range and std::ranges::sized_range.

Template Parameters
query_tThe type of the query or range of queries.

The documentation for this struct was generated from the following file:
Hide me