SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::search_cfg::output< output_t > Struct Template Reference

Configuration element to determine the output type of hits. More...

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

+ Inheritance diagram for seqan3::search_cfg::output< output_t >:

Public Attributes

output_t value
 The stored config value.
 

Related Functions

(Note that these are not member functions.)

Type deduction guides
template<typename output_t >
 output (output_t) -> output< remove_cvref_t< output_t >>
 Deduces search output type from constructor argument.
 

Detailed Description

template<typename output_t>
struct seqan3::search_cfg::output< output_t >

Configuration element to determine the output type of hits.

This configuration element can be used to determine the output type.

Example


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