SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
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.

Namespaces

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

Variables

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

Detailed Description

Provides seqan3::views::enforce_random_access.

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