Searched defs:ToUnsigned (Results 1 – 1 of 1) sorted by relevance
2873 struct ToUnsigned<1> { struct2874 using Type = uint8_t;2877 template<> struct ToUnsigned<4> { struct2878 using Type = uint32_t;2881 template<> struct ToUnsigned<8> { struct2882 using Type = uint64_t;