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

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

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

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

Related Functions

(Note that these are not member functions.)

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

Detailed Description

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

Template Parameters
value_tThe underlying type.

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