52 template <
typename simd_t>
54 requires simd::simd_concept<remove_cvref_t<simd_t>>
62 std::array<scalar_type, length> array{};
63 for (
size_t i = 0; i < length; ++i)
debug_stream_type & operator<<(debug_stream_type &stream, tuple_t const &alignment)
Streaming operator for alignments, which are represented as tuples of aligned sequences.
Definition: aligned_sequence_concept.hpp:370
Contains seqan3::simd::simd_concept.
Contains seqan3::simd::simd_traits.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
IMPLEMENTATION_DEFINED scalar_type
The underlying type of a simd vector (is not defined if simd_t does not satisfy seqan3::simd::simd_co...
Definition: simd_traits.hpp:71
seqan3::simd::simd_traits is the trait class that provides uniform interface to the properties of sim...
Definition: simd_traits.hpp:65
A "pretty printer" for most SeqAn data structures and related types.
Definition: debug_stream.hpp:104
Provides seqan3::debug_stream and related types.