SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
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>
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_best & | operator= (hit_single_best const &)=default |
Defaulted. | |
constexpr hit_single_best & | operator= (hit_single_best &&)=default |
Defaulted. | |
~hit_single_best ()=default | |
Defaulted. | |
Configuration element to receive a single best hit with the lowest number of errors within the error bounds.