Provides seqan3::views::enforce_random_access. More...
#include <seqan3/range/views/detail.hpp>#include <seqan3/range/detail/inherited_iterator_base.hpp>#include <seqan3/range/concept.hpp>#include <seqan3/std/iterator>#include <seqan3/std/ranges>
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... | |
Provides seqan3::views::enforce_random_access.