35#ifndef _BLAZE_UTIL_TYPETRAITS_ISSAME_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISSAME_H_
74template<
typename A,
typename B >
105template<
typename A,
typename B >
138template<
typename A,
typename B >
140 :
public BoolConstant< IsStrictlySame_v< RemoveCV_t<A>, RemoveCV_t<B> > >
158template<
typename A,
typename B >
Header file for the IntegralConstant class template.
Header file for the RemoveCV type trait.
constexpr bool IsSame_v
Auxiliary variable template for the IsSame type trait.
Definition: IsSame.h:159
constexpr bool IsStrictlySame_v
Auxiliary variable template for the IsStrictlySame type trait.
Definition: IsSame.h:106
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Type relationship analysis.
Definition: IsSame.h:141
Compile time type relationship analysis.
Definition: IsSame.h:77