21 namespace seqan3::detail
93 template <
typename iter_t>
94 SEQAN3_CONCEPT two_dimensional_matrix_iterator =
95 std::random_access_iterator<iter_t> &&
96 requires(std::remove_reference_t<iter_t> it, std::remove_reference_t<iter_t>
const cit, matrix_offset offset)
107 { cit.coordinate() };
@ offset
Sequence (seqan3::field::seq) relative start position (0-based), unsigned value.
Provides C++20 additions to the <iterator> header.
Provides seqan3::detail::matrix_index, seqan3::detail::matrix_coordinate and associated strong types.
Provides C++20 additions to the type_traits header.