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

A strong type of underlying type uint8_t or double that represents the number or rate of substitutions. More...

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

+ Inheritance diagram for seqan3::search_cfg::substitution< value_t >:

Related Functions

(Note that these are not member functions.)

Template argument type deduction guides
template<std::integral value_t>
 substitution (value_t) -> substitution< uint8_t >
 Deduces to uint8_t for all types modelling std::integral.
 
template<typename value_t >
 substitution (value_t) -> substitution< double >
 Deduces to double for all types modelling seqan3::floating_point.
 

Detailed Description

template<typename value_t>
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.

Template Parameters
value_tThe underlying type.

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