Provides the mode configuration to define the search modes "all", "all_best", "best" and "strata". More...
#include <seqan3/core/algorithm/all.hpp>
#include <seqan3/core/metafunction/basic.hpp>
#include <seqan3/core/metafunction/template_inspection.hpp>
#include <seqan3/search/algorithm/configuration/utility.hpp>
Go to the source code of this file.
Classes | |
struct | seqan3::search_cfg::strata |
Configuration element to receive all hits with the best number of errors plus the strata value. A strong type of underlying type uint8_t that represents the number or errors for strata. All hits are found with the fewest numbererrors plus 'value'. More... | |
Namespaces | |
seqan3::search_cfg | |
A special sub namespace for the search configurations. | |
Variables | |
detail::search_mode_all constexpr | seqan3::search_cfg::all |
Configuration element to receive all hits within the error bounds. | |
detail::search_mode_all_best constexpr | seqan3::search_cfg::all_best |
Configuration element to receive all hits within the lowest number of errors. | |
detail::search_mode_best constexpr | seqan3::search_cfg::best |
Configuration element to receive one best hit (with the lowest number of errors). | |
detail::search_config_mode_adaptor< seqan3::detail::search_config_mode > constexpr | seqan3::search_cfg::mode |
Configuration element to determine the search mode. | |
Provides the mode configuration to define the search modes "all", "all_best", "best" and "strata".