FixMath
|
#include <IntegerType.h>
Public Types | |
typedef IntegerType<(BYTES< 8) ?(BYTES+1) :8 >::unsigned_type | unsigned_type |
typedef IntegerType<(BYTES< 8) ?(BYTES+1) :8 >::signed_type | signed_type |
Provides appropriate integer types that can bit the given number of bytes on this platform (at most 64).