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

Provides seqan3::views::enforce_random_access. More...

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

Go to the source code of this file.

Classes

class  seqan3::detail::view_enforce_random_access< urng_t >::basic_iterator< underlying_iter_t >
 Iterator wrapper for the underlying range iterator enforcing std::random_access_iterator_tag. More...
 
struct  seqan3::detail::pseudo_random_access_fn
 View adaptor definition for seqan3::views::enforce_random_access. More...
 
class  seqan3::detail::view_enforce_random_access< urng_t >
 View to force random access range iterator for seqan3::pseudo_random_access_range. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

Variables

constexpr auto seqan3::views::enforce_random_access
 A view adaptor that converts a pseudo random access range to a std::ranges::random_access_range.
 

Detailed Description

Provides seqan3::views::enforce_random_access.

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