Searched defs:IntegerToInt (Results 1 – 1 of 1) sorted by relevance
252 struct IntegerToInt { struct253 using InType = T;254 using OutType = U;256 static U convert(T v) noexcept in convert()