SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Configuration element to receive all hits within the error bounds. More...
#include <seqan3/search/configuration/hit.hpp>
Public Member Functions | |
Constructors, assignment and destructor | |
constexpr | hit_all ()=default |
Defaulted. | |
constexpr | hit_all (hit_all const &)=default |
Defaulted. | |
constexpr | hit_all (hit_all &&)=default |
Defaulted. | |
constexpr hit_all & | operator= (hit_all const &)=default |
Defaulted. | |
constexpr hit_all & | operator= (hit_all &&)=default |
Defaulted. | |
~hit_all ()=default | |
Defaulted. | |
Configuration element to receive all hits within the error bounds.