Searched defs:DefaultTAccum (Results 1 – 1 of 1) sorted by relevance
33 template <typename T> struct DefaultTAccum { using Type = T; }; argument34 template <> struct DefaultTAccum<int8_t> { using Type = int32_t; }; struct35 template <> struct DefaultTAccum<uint8_t> { using Type = int32_t; }; argument