Searched refs:TrueType (Results 1 – 1 of 1) sorted by relevance
39 typedef integral_constant<bool, true> TrueType; typedef140 struct IsArray<TType[Size]> : public internal::TrueType {};143 struct IsArray<TType[]> : public internal::TrueType {};159 struct IsSame<Type, Type> : public internal::TrueType {};