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

Concept to check if a type is a double-word SIMD vector type. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept simd::is_doubleword = is_doubleword_v<T>
Concept to check if a type is a double-word SIMD vector type.
Definition concepts.hpp:103

Detailed Description

Concept to check if a type is a double-word SIMD vector type.

Template Parameters
TThe type to check.