![]() |
ATLAS Offline Software
|
Generate an unsigned integer type of a specified size. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| struct | CxxUtils::detail::SizedUInt< SIZE > |
| struct | CxxUtils::detail::SizedUInt< 1 > |
| struct | CxxUtils::detail::SizedUInt< 2 > |
| struct | CxxUtils::detail::SizedUInt< 4 > |
| struct | CxxUtils::detail::SizedUInt< 8 > |
Namespaces | |
| namespace | CxxUtils |
| namespace | CxxUtils::detail |
Generate an unsigned integer type of a specified size.
CxxUtils::detail::SizedUInt<N>::type will give an unsigned type N bytes long.
Definition in file SizedUInt.h.