Blaze 3.9
blaze::IsSIMDEnabled< T, Args > Struct Template Reference

Compile time check for data types. More...

#include <IsSIMDEnabled.h>

Inherits blaze::IntegralConstant< T, N >.

Detailed Description

template<typename T, typename... Args>
struct blaze::IsSIMDEnabled< T, Args >

Compile time check for data types.

This type trait tests whether or not the given data type T is a SIMD-enabled data type (i.e. provides the according SIMD-related member functions, such as load(), store(), etc). If the type is SIMD-enabled, the value member constant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType.


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