SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
iota_simd.hpp File Reference

Provides seqan3::detail::counted_simd_iterator and seqan3::views::iota_simd. More...

+ Include dependency graph for iota_simd.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

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. More...
 

Detailed Description

Provides seqan3::detail::counted_simd_iterator and seqan3::views::iota_simd.

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