|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
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_cursor & | operator= (output_index_cursor const &)=default |
| Defaulted. | |
| constexpr output_index_cursor & | operator= (output_index_cursor &&)=default |
| Defaulted. | |
| ~output_index_cursor ()=default | |
| Defaulted. | |
Static Private Attributes | |
| static constexpr detail::search_config_id | id {detail::search_config_id::output_index_cursor} |
| Internal id to check for consistent configuration settings. | |
Include the index_cursor in the seqan3::search_result returned by a call to seqan3::search.