Define the type of an unsigned integer stored with a given number of bits. Template parameters. More...
#include <types.hpp>
Public Types | |
typedef find_type_by_size< Size, unsigned_integers >::type | type |
The integer type that matches the given size. | |
Define the type of an unsigned integer stored with a given number of bits. Template parameters.
typedef find_type_by_size<Size,unsigned_integers>::type claw::unsigned_integer_of_size< Size >::type |