32 template <
typename coordinate_type,
typename trace_type>
33 struct alignment_trace_matrix_proxy
36 decays_to_ignore_v<trace_type>,
37 "Value type must either be a trace_directions object, a simd vector over such or std::ignore.");
39 coordinate_type coordinate{};
Provides seqan3::simd::simd_concept.
Provides the declaration of seqan3::detail::trace_directions.
Definition: aligned_sequence_concept.hpp:36
The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type...