Vc  1.3.0
SIMD Vector Classes for C++
is_simd_mask< T > Struct Template Reference

Detailed Description

template<typename T>
struct Vc::Traits::is_simd_mask< T >

Identifies any SIMD mask type (independent of implementation or whether it's SimdMaskArray<T, N>).

Definition at line 122 of file type_traits.h.

#include <type_traits.h>

Inherits integral_constant< bool,(is_simd_mask_internal< decay< T > >::value||is_simd_mask_array_internal< decay< T > >::value)>.


The documentation for this struct was generated from the following file: