SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
two_dimensional_matrix_iterator_base.hpp File Reference

Provides seqan3::detail::two_dimensional_matrix_iterator_base. More...

+ Include dependency graph for two_dimensional_matrix_iterator_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::two_dimensional_matrix_iterator_base< derived_t, order >
 A crtp-base class for iterators over seqan3::detail::two_dimensional_matrix. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Enumerations

enum struct  seqan3::detail::matrix_major_order : uint8_t { seqan3::detail::matrix_major_order::column , seqan3::detail::matrix_major_order::row }
 Selects the major order of the matrix. More...
 

Detailed Description

Provides seqan3::detail::two_dimensional_matrix_iterator_base.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me