Lines Matching defs:ConvertionAllowed
47 struct ConvertionAllowed : std::false_type struct
51 struct ConvertionAllowed<bool> : std::true_type struct
55 struct ConvertionAllowed<long long> : std::true_type struct
59 struct ConvertionAllowed<unsigned long long> : std::true_type struct
63 struct ConvertionAllowed<long> : std::true_type struct
67 struct ConvertionAllowed<unsigned long> : std::true_type struct
71 struct ConvertionAllowed<int> : std::true_type struct
75 struct ConvertionAllowed<unsigned int> : std::true_type struct
79 struct ConvertionAllowed<short> : std::true_type struct
83 struct ConvertionAllowed<unsigned short> : std::true_type struct
87 struct ConvertionAllowed<unsigned char> : std::true_type struct
91 struct ConvertionAllowed<signed char> : std::true_type struct
95 struct ConvertionAllowed<float> : std::true_type struct
99 struct ConvertionAllowed<double> : std::true_type struct