|
ATLAS Offline Software
|
Go to the documentation of this file.
20 #ifndef CXXUTILS_UINTCONV_H
21 #define CXXUTILS_UINTCONV_H
52 return static_cast<uintptr_t
> (
u.ui);
92 #endif // not CXXUTILS_UINTCONV_H
static uintptr_t uintToVal(uintptr_t ui)
Convert a uintptr_t to a T.
Generate an unsigned integer type of a specified size.
typename SizedUInt< sizeof(T)>::type uint_t
@ u
Enums for curvilinear frames.
static uintptr_t valToUInt(T x)
Convert a T to a uintptr_t.
static T uintToVal(uintptr_t ui)
Convert a uintptr_t to a T.
Helpers for converting between uintptr_t and a pointer or integer.
static uintptr_t valToUInt(uintptr_t x)
Convert a T to a uintptr_t.