IntType< BYTES > Struct Template Reference

#include <apibase.h>

详细描述

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
BYTES Number of bytes.