35#ifndef _BLAZE_UTIL_MPL_AND_H_
36#define _BLAZE_UTIL_MPL_AND_H_
78 ,
Bools< T1::value, T2::value, (Ts::value)...,
true > >::value >;
Header file for the Bools class template.
Header file for the IntegralConstant class template.
Header file for the IsSame and IsStrictlySame type traits.
constexpr bool And_v
Auxiliary variable template for the And_t alias.
Definition: And.h:98
Auxiliary tool for unwrapping a pack of variadic boolean values.
Definition: Bools.h:56
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Type relationship analysis.
Definition: IsSame.h:141