![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Metafunction to get an integral type of the same size as T.
More...
#include <types>
Collaboration diagram for L4::Types::Int_for_type< T >:Public Types | |
| typedef Int_for_size< sizeof(T)>::type | type |
The resulting unsigned integer type with the size like T. | |
Metafunction to get an integral type of the same size as T.
| T | The type for which an unsigned integral type with the same size is needed. |