SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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
 Defaulted.
 

Detailed Description

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

See also
Configuration
Section on Output

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