![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Metafunction to get an integral type of the same size as T. More...
#include <types>
Public Types | |
| using | type = typename Int_for_size<sizeof(T)>::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. |