Searched defs:ToUnsigned (Results 1 – 1 of 1) sorted by relevance
2771 struct ToUnsigned<1> { struct2772 using Type = uint8_t;2775 template<> struct ToUnsigned<4> { struct2776 using Type = uint32_t;2779 template<> struct ToUnsigned<8> { struct2780 using Type = uint64_t;