FixMath
Public Types | List of all members
IntegerType< BYTES > Struct Template Reference

#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
 

Detailed Description

template<uint8_t BYTES>
struct IntegerType< BYTES >

Provides appropriate integer types that can bit the given number of bytes on this platform (at most 64).


The documentation for this struct was generated from the following file: