Argon 0.1.0
Loading...
Searching...
No Matches
simd::is_vector_type Concept Reference

Concept to check if a type is a vector type (either double-word or quad-word). More...

#include <concepts.hpp>

Concept definition

template<typename T>
Concept to check if a type is a double-word SIMD vector type.
Definition concepts.hpp:103
Concept to check if a type is a quad-word SIMD vector type.
Definition concepts.hpp:57
Concept to check if a type is a vector type (either double-word or quad-word).
Definition concepts.hpp:110

Detailed Description

Concept to check if a type is a vector type (either double-word or quad-word).

Template Parameters
TThe type to check.