35 #ifndef _BLAZE_MATH_TYPETRAITS_ISBLASCOMPATIBLE_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISBLASCOMPATIBLE_H_ 78 template<
typename T >
80 :
public Or< IsFloat<T>, IsDouble<T>, IsComplexFloat<T>, IsComplexDouble<T> >
Header file for the IsFloat type trait.
Header file for the IsComplexDouble type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IsDouble type trait.
Header file for the Or class template.
Compile time check for data types.This type trait tests whether or not the given template parameter i...
Definition: IsBLASCompatible.h:79
Compile time logical 'or' evaluation.The Or alias declaration performs at compile time a logical 'or'...
Definition: Or.h:76
Header file for the IsComplexFloat type trait.