ΒΆtemplate <unsigned int N>
inline constexpr
typename std::enable_if<N >= 64, bool>::type
isUInt(uint64_t X)
template <unsigned int N>
inline constexpr
typename std::enable_if<N >= 64, bool>::type
isUInt(uint64_t X)
Declared at: llvm/include/llvm/Support/MathExtras.h:374
Templates
- unsigned int N
Parameters
- uint64_t X