UIntType< BYTES > Struct Template Reference

Detailed Description

template<Int BYTES>
struct maxon::UIntType< BYTES >

This type trait has a type alias member type which points to the unsigned integral type consisting of BYTES bytes. For example, UIntType<4>::type is UInt32.

Template Parameters
BYTESNumber of bytes.