SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
simd_index Interface Reference

Refines the seqan3::simd::simd_concept requiring the underlying scalar type to model std::integral. More...

#include <seqan3/utility/simd/concept.hpp>

Detailed Description

Refines the seqan3::simd::simd_concept requiring the underlying scalar type to model std::integral.

seqan3::simd::simd_index checks whether a given type is a simd type and can be used to represent an index.


The documentation for this interface was generated from the following file:
Hide me