Provides the error types for maximum number of errors. More...
#include <seqan3/core/detail/strong_type.hpp>#include <seqan3/core/concept/core_language.hpp>#include <seqan3/std/concepts>
Include dependency graph for max_error_common.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::search_cfg::deletion< value_t > |
A strong type of underlying type uint8_t or double that represents the number or rate of deletions. More... | |
| struct | seqan3::search_cfg::insertion< value_t > |
A strong type of underlying type uint8_t or double that represents the number or rate of insertions. More... | |
| struct | seqan3::search_cfg::substitution< value_t > |
A strong type of underlying type uint8_t or double that represents the number or rate of substitutions. More... | |
| struct | seqan3::search_cfg::total< value_t > |
A strong type of underlying type uint8_t or double that represents the number or rate of total errors. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::search_cfg | |
| A special sub namespace for the search configurations. | |
Provides the error types for maximum number of errors.