SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::search_cfg::strata Struct Reference

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...

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

+ Inheritance diagram for seqan3::search_cfg::strata:

Detailed Description

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'.

Template Parameters
value_tThe underlying type.

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