Searched defs:ConvertionAllowed (Results 1 – 1 of 1) sorted by relevance
47 struct ConvertionAllowed : std::false_type struct51 struct ConvertionAllowed<bool> : std::true_type struct55 struct ConvertionAllowed<long long> : std::true_type struct59 struct ConvertionAllowed<unsigned long long> : std::true_type struct63 struct ConvertionAllowed<long> : std::true_type struct67 struct ConvertionAllowed<unsigned long> : std::true_type struct71 struct ConvertionAllowed<int> : std::true_type struct75 struct ConvertionAllowed<unsigned int> : std::true_type struct79 struct ConvertionAllowed<short> : std::true_type struct83 struct ConvertionAllowed<unsigned short> : std::true_type struct[all …]