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

Include the reference_id in the seqan3::search_result returned by a call to seqan3::search. More...

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

+ Inheritance diagram for seqan3::search_cfg::output_reference_id:

Public Member Functions

Constructors, destructor and assignment
constexpr output_reference_id ()=default
 Defaulted.
 
constexpr output_reference_id (output_reference_id const &)=default
 Defaulted.
 
constexpr output_reference_id (output_reference_id &&)=default
 Defaulted.
 
constexpr output_reference_idoperator= (output_reference_id const &)=default
 Defaulted.
 
constexpr output_reference_idoperator= (output_reference_id &&)=default
 Defaulted.
 
 ~output_reference_id ()=default
 Defaulted.
 

Detailed Description

Include the reference_id in the seqan3::search_result returned by a call to seqan3::search.

See also
Section on Output

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