ATLAS Offline Software
Loading...
Searching...
No Matches
SizedUInt.h File Reference

Generate an unsigned integer type of a specified size. More...

#include <cstdint>
Include dependency graph for SizedUInt.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Generate an unsigned integer type of a specified size.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jan, 2023

CxxUtils::detail::SizedUInt<N>::type will give an unsigned type N bytes long.

Definition in file SizedUInt.h.