 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
22 namespace seqan3::detail
27 struct search_output_index_cursor {};
30 struct search_output_text_position {};
54 template <
typename output_t>
63 static constexpr detail::search_config_id
id{detail::search_config_id::output};
71 template <
typename output_t>
Provides basic data structure for strong types.
Provides seqan3::detail::configuration and utility functions.
Provides compatibility matrix for search configurations.
Provides various type traits on generic types.
constexpr detail::search_output_index_cursor index_cursor
Configuration element to receive all hits within the error bounds.
Definition: output.hpp:39
Provides seqan3::pipeable_config_element.
A special sub namespace for the search configurations.
The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type.
Adds pipe interface to configuration elements.
Definition: pipeable_config_element.hpp:30
Configuration element to determine the output type of hits.
Definition: output.hpp:59
constexpr detail::search_output_text_position text_position
Configuration element to receive all hits within the lowest number of errors.
Definition: output.hpp:42