SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::search_cfg::hit_all_best Class Reference

Configuration element to receive all hits with the lowest number of errors within the error bounds. More...

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

+ Inheritance diagram for seqan3::search_cfg::hit_all_best:

Public Member Functions

Constructors, assignment and destructor
constexpr hit_all_best ()=default
 Defaulted.
 
constexpr hit_all_best (hit_all_best const &)=default
 Defaulted.
 
constexpr hit_all_best (hit_all_best &&)=default
 Defaulted.
 
constexpr hit_all_bestoperator= (hit_all_best const &)=default
 Defaulted.
 
constexpr hit_all_bestoperator= (hit_all_best &&)=default
 Defaulted.
 
 ~hit_all_best ()=default
 Defaulted.
 

Static Private Attributes

static constexpr seqan3::detail::search_config_id id {seqan3::detail::search_config_id::hit}
 Internal id to check for consistent configuration settings.
 

Detailed Description

Configuration element to receive all hits with the lowest number of errors within the error bounds.

See also
Configuration
Section on Hit Strategy

The documentation for this class was generated from the following file:
Hide me