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