12 #ifndef ECL_MPL_BOOL_HPP_ 13 #define ECL_MPL_BOOL_HPP_ 34 static bool const value =
x;
37 operator bool()
const {
return x; }
internal::ParamGenerator< bool > Bool()
TFSIMD_FORCE_INLINE const tfScalar & x() const
static bool const value
The value for this integral constant wrapper.
Integral constant wrapper for boolean values.