Searched refs:ConvertionAllowed (Results 1 – 1 of 1) sorted by relevance
46 struct ConvertionAllowed;49 template<> struct ConvertionAllowed<bool> {}; struct50 template<> struct ConvertionAllowed<uint64_t> {}; struct51 template<> struct ConvertionAllowed<int64_t> {}; struct52 template<> struct ConvertionAllowed<uint32_t> {}; struct53 template<> struct ConvertionAllowed<int32_t> {}; struct54 template<> struct ConvertionAllowed<uint16_t> {}; struct55 template<> struct ConvertionAllowed<int16_t> {}; struct56 template<> struct ConvertionAllowed<float> {}; struct57 template<> struct ConvertionAllowed<double> {}; struct[all …]