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

Include the index_cursor 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_index_cursor:

Public Member Functions

Constructors, destructor and assignment
constexpr output_index_cursor ()=default
 Defaulted.
 
constexpr output_index_cursor (output_index_cursor const &)=default
 Defaulted.
 
constexpr output_index_cursor (output_index_cursor &&)=default
 Defaulted.
 
constexpr output_index_cursoroperator= (output_index_cursor const &)=default
 Defaulted.
 
constexpr output_index_cursoroperator= (output_index_cursor &&)=default
 Defaulted.
 
 ~output_index_cursor ()=default
 

Detailed Description

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

See also
Section on Output

Constructor & Destructor Documentation

◆ ~output_index_cursor()

seqan3::search_cfg::output_index_cursor::~output_index_cursor ( )
default

Defaulted.


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