29 struct execution_handler_sequential
43 template <
typename algorithm_t, indexed_sequence_pair_range indexed_sequence_pairs_t,
typename delegate_type>
44 void execute(algorithm_t && algorithm,
45 indexed_sequence_pairs_t && indexed_sequence_pairs,
46 delegate_type && delegate)
48 delegate(algorithm(std::forward<indexed_sequence_pairs_t>(indexed_sequence_pairs)));
Provides concepts needed internally for the alignment algorithms.
Adaptations of concepts from the Ranges TS.
Definition: aligned_sequence_concept.hpp:36
Provides seqan3::views::type_reduce.