SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::search_cfg::hit_all Class Reference

Configuration element to receive all hits within the error bounds. More...

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

+ Inheritance diagram for seqan3::search_cfg::hit_all:

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_alloperator= (hit_all const &)=default
 Defaulted.
 
constexpr hit_alloperator= (hit_all &&)=default
 Defaulted.
 
 ~hit_all ()=default
 

Detailed Description

Configuration element to receive all hits within the error bounds.

See also
Section on Hit Strategy

Constructor & Destructor Documentation

◆ ~hit_all()

seqan3::search_cfg::hit_all::~hit_all ( )
default

Defaulted.


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