Searched refs:InIntType (Results 1 – 1 of 1) sorted by relevance
98 using InIntType = std::underlying_type_t<InEnum>; in convertEnum() typedef99 static_assert(std::is_same_v<InIntType, std::underlying_type_t<OutEnum>>); in convertEnum()101 InIntType inEnumIndex = static_cast<InIntType>(e); in convertEnum()