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