35 #ifndef _BLAZE_MATH_TYPETRAITS_ISUPPER_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISUPPER_H_ 86 template<
typename T >
88 :
public Or< IsUniUpper<T>, IsStrictlyUpper<T> >
98 template<
typename T >
111 template<
typename T >
124 template<
typename T >
125 struct IsUpper< const volatile T >
Header file for the IsUniUpper type trait.
Compile time check for upper triangular matrices.This type trait tests whether or not the given templ...
Definition: IsUpper.h:87
Header file for the IsStrictlyUpper type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the Or class template.
Compile time logical 'or' evaluation.The Or alias declaration performs at compile time a logical 'or'...
Definition: Or.h:76