26 struct vectorise_tag :
public pipeable_config_element<vectorise_tag, empty_type>
29 static constexpr detail::align_config_id
id{detail::align_config_id::vectorise};
A special sub namespace for the alignment configurations.
Definition: align_config_aligned_ends.hpp:514
Provides some utility functions for the alignment configurations.
Provides seqan3::pipeable_config_element.
constexpr detail::vectorise_tag vectorise
Enables the vectorised alignment computation if possible for the current configuration.
Definition: align_config_vectorise.hpp:55
Definition: aligned_sequence_concept.hpp:36
Provides seqan3::detail::empty_type.