SeqAn3 3.3.0-rc.1
The Modern C++ library for sequence analysis.
 
Loading...
Searching...
No Matches
to_simd.hpp File Reference

Provides seqan3::detail::to_simd view. More...

+ Include dependency graph for to_simd.hpp:
+ This graph shows which files directly or indirectly include this file:

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::simd_concept simd_t>
constexpr auto seqan3::views::to_simd
 A view that transforms a range of ranges into chunks of seqan3::simd vectors.
 

Detailed Description

Provides seqan3::detail::to_simd view.

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