SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::counted_simd_iterator and seqan3::views::iota_simd. More...
#include <ranges>
#include <seqan3/utility/concept.hpp>
#include <seqan3/utility/simd/algorithm.hpp>
#include <seqan3/utility/simd/concept.hpp>
#include <seqan3/utility/simd/simd_traits.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 | |
template<simd_concept index_simd_t> | |
constexpr detail::iota_simd_view_fn< index_simd_t > | seqan3::views::iota_simd |
An iota view over a simd vector. | |
Provides seqan3::detail::counted_simd_iterator and seqan3::views::iota_simd.