IntType< BYTES > Struct Template Reference

Detailed Description

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

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

Template Parameters
BYTESNumber of bytes.