Define the type of an unsigned integer stored with a given number of bits. Template parameters
#include <types.hpp>
Public Types | |
typedef find_type_by_size < Size, unsigned_integers > ::type | type |
Define the type of an unsigned integer stored with a given number of bits. Template parameters
Definition at line 120 of file types.hpp.
typedef find_type_by_size<Size, unsigned_integers>::type claw::unsigned_integer_of_size< Size >::type |