Searched defs:IntegerToInt (Results 1 – 1 of 1) sorted by relevance
237 struct IntegerToInt { struct238 using InType = T;239 using OutType = U;241 static U convert(T v) noexcept in convert()