SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::search_cfg::hit_single_best Class Reference

Configuration element to receive a single best hit with the lowest number of errors within the error bounds. More...

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

+ Inheritance diagram for seqan3::search_cfg::hit_single_best:

Public Member Functions

Constructors, assignment and destructor
constexpr hit_single_best ()=default
 Defaulted.
 
constexpr hit_single_best (hit_single_best const &)=default
 Defaulted.
 
constexpr hit_single_best (hit_single_best &&)=default
 Defaulted.
 
constexpr hit_single_bestoperator= (hit_single_best const &)=default
 Defaulted.
 
constexpr hit_single_bestoperator= (hit_single_best &&)=default
 Defaulted.
 
 ~hit_single_best ()=default
 Defaulted.
 

Detailed Description

Configuration element to receive a single best hit with the lowest number of errors within the error bounds.

See also
Section on Hit Strategy

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