Provides the configuration for returning positions in the text. 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.
Namespaces | |
seqan3::search_cfg | |
A special sub namespace for the search configurations. | |
Variables | |
detail::search_output_index_iterator constexpr | seqan3::search_cfg::index_iterator |
Configuration element to receive all hits within the error bounds. | |
detail::search_config_output_adaptor< seqan3::detail::search_config_output > constexpr | seqan3::search_cfg::output |
Configuration element to determine the output type of hits. | |
detail::search_output_text_position constexpr | seqan3::search_cfg::text_position |
Configuration element to receive all hits within the lowest number of errors. | |
Provides the configuration for returning positions in the text.