SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::views::enforce_random_access. More...
#include <iterator>
#include <ranges>
#include <type_traits>
#include <seqan3/core/range/detail/adaptor_base.hpp>
#include <seqan3/core/range/detail/inherited_iterator_base.hpp>
#include <seqan3/utility/range/concept.hpp>
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main 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. | |
Provides seqan3::views::enforce_random_access.