35 #ifndef _BLAZE_MATH_TYPETRAITS_ISRESTRICTED_H_ 36 #define _BLAZE_MATH_TYPETRAITS_ISRESTRICTED_H_ 80 template<
typename T >
92 template<
typename T >
105 template<
typename T >
106 struct IsRestricted< volatile T >
107 :
public IsRestricted<T>
118 template<
typename T >
119 struct IsRestricted< const volatile T >
120 :
public IsRestricted<T>
139 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
constexpr bool IsRestricted_v
Auxiliary variable template for the IsRestricted type trait.The IsRestricted_v variable template prov...
Definition: IsRestricted.h:140
Compile time check for data types with restricted data access.This type trait tests whether the given...
Definition: IsRestricted.h:81
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IntegralConstant class template.