35#ifndef _BLAZE_MATH_TYPETRAITS_ISOPERATION_H_
36#define _BLAZE_MATH_TYPETRAITS_ISOPERATION_H_
70 :
public BoolConstant< IsBaseOf_v<Operation,T> && !IsBaseOf_v<T,Operation> >
Header file for the IntegralConstant class template.
Header file for the IsBaseOf type trait.
Header file for the Operation base class.
constexpr bool IsOperation_v
Auxiliary variable template for the IsOperation type trait.
Definition: IsOperation.h:89
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check whether the given type is an operational expression template.
Definition: IsOperation.h:71