34 template <
typename score_type>
35 struct alignment_score_matrix_proxy
37 static_assert(arithmetic<score_type> || simd_concept<score_type>,
38 "Value type must either be an arithmetic type or a simd vector type.");
41 score_type & diagonal;
Provides seqan3::simd::simd_concept.
Provides concepts for core language types and relations that don't have concepts in C++20 (yet)...
Definition: aligned_sequence_concept.hpp:36