SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
max_error_common.hpp File Reference

Provides the error types for maximum number of errors. More...

+ 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::error_count
 A strong type of underlying type uint8_t that represents the number of errors. More...
 
struct  seqan3::search_cfg::error_rate
 A strong type of underlying type double that represents the rate of errors. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::search_cfg
 A special sub namespace for the search configurations.
 

Detailed Description

Provides the error types for maximum number of errors.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>
Lydia Buntrock <lydia.buntrock AT fu-berlin.de>
Hide me