SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::search_cfg::output< output_t > Struct Template Reference

Configuration element to determine the output type of hits. More...

#include <seqan3/search/configuration/output.hpp>

+ Inheritance diagram for seqan3::search_cfg::output< output_t >:

Public Attributes

output_t value
 The stored config value.
 

Related Functions

(Note that these are not member functions.)

Type deduction guides
template<typename output_t >
 output (output_t) -> output< remove_cvref_t< output_t >>
 Deduces search output type from constructor argument.
 

Detailed Description

template<typename output_t>
struct seqan3::search_cfg::output< output_t >

Configuration element to determine the output type of hits.

This configuration element can be used to determine the output type.

Example


The documentation for this struct was generated from the following file:
seqan3::search_cfg::deletion
A strong type of underlying type uint8_t or double that represents the number or rate of deletions.
Definition: max_error_common.hpp:130
seqan3::search_cfg::index_cursor
constexpr detail::search_output_index_cursor index_cursor
Configuration element to receive all hits within the error bounds.
Definition: output.hpp:39
seqan3::configuration
Collection of elements to configure an algorithm.
Definition: configuration.hpp:81
seqan3::search_cfg::substitution
A strong type of underlying type uint8_t or double that represents the number or rate of substitution...
Definition: max_error_common.hpp:64
all.hpp
Meta-header for the search configuration module .
seqan3::search_cfg::total
A strong type of underlying type uint8_t or double that represents the number or rate of total errors...
Definition: max_error_common.hpp:30
seqan3::search_cfg::max_error
A configuration element for the maximum number of errors across all error types (mismatches,...
Definition: max_error.hpp:43
seqan3::search_cfg::insertion
A strong type of underlying type uint8_t or double that represents the number or rate of insertions.
Definition: max_error_common.hpp:97
seqan3::search_cfg::output
Configuration element to determine the output type of hits.
Definition: output.hpp:59
seqan3::search_cfg::text_position
constexpr detail::search_output_text_position text_position
Configuration element to receive all hits within the lowest number of errors.
Definition: output.hpp:42