35 #ifndef _BLAZE_UTIL_MPL_OR_H_
36 #define _BLAZE_UTIL_MPL_OR_H_
62 :
public Bool< T::value || OrHelper<Ts...>::value >
73 template<
typename T >
75 :
public Bool< T::value >
102 :
public Bool< OrHelper<T1,T2,Ts...>::value >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:70
Compile time logical or evaluation.The Or class template performs at compile time a logical or ('&&')...
Definition: Or.h:101
Header file for the Bool class template.