A dynamic configuration element to configure the hit strategy at runtime.
More...
#include <seqan3/search/configuration/hit.hpp>
|
|
| hit ()=default |
| Defaulted.
|
|
| hit (hit const &)=default |
| Defaulted.
|
|
| hit (hit &&)=default |
| Defaulted.
|
|
hit & | operator= (hit const &)=default |
| Defaulted.
|
|
hit & | operator= (hit &&)=default |
| Defaulted.
|
|
| ~hit ()=default |
| Defaulted.
|
|
template<typename hit_config_t > |
| hit (hit_config_t hit_config) noexcept |
| Sets the given configuration element to the dynamic hit configuration element. More...
|
|
template<typename hit_config_t > |
hit & | operator= (hit_config_t hit_config) noexcept |
| Sets the given configuration element to the dynamic hit configuration element. More...
|
|
A dynamic configuration element to configure the hit strategy at runtime.
- See also
- Configuration
-
Section on Hit Strategy
◆ hit_variant_type [no-api]
The type of the std::variant holding the hit configuration element alternatives.
The additional detail::empty_type marks the seqan3::search_cfg::hit as default constructed, with no selected hit configuration which can be checked within the search algorithm.
◆ hit() [no-api]
template<typename hit_config_t >
seqan3::search_cfg::hit::hit |
( |
hit_config_t |
hit_config | ) |
|
|
no-apiinlineexplicitnoexcept |
◆ operator=() [no-api]
template<typename hit_config_t >
hit & seqan3::search_cfg::hit::operator= |
( |
hit_config_t |
hit_config | ) |
|
|
no-apiinlinenoexcept |
The documentation for this class was generated from the following file:
- seqan3/search/configuration/hit.hpp