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

Provides the seqan3::detail::random_access_iterator class. More...

#include <cassert>
#include <iterator>
#include <type_traits>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for random_access_iterator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::random_access_iterator< range_type >
 A generic random access iterator that delegates most operations to the range. More...
 
class  seqan3::detail::random_access_iterator_base< range_type, derived_t_template, args_t >
 A CRTP base template for creating random access iterators. More...
 

Namespaces

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

Detailed Description

Provides the seqan3::detail::random_access_iterator class.

Author
Marie Hoffmann <marie.hoffmann AT fu-berlin.de>
Hide me