Firmware  0.0.0
Loading...
Searching...
No Matches
detail Namespace Reference

Variables

template<std::unsigned_integral T>
constexpr T prime {sizeof(T) <= 4uz ? 16777619ull : 1099511628211ull}
 
template<std::unsigned_integral T>
constexpr T offset {sizeof(T) <= 4uz ? 2166136261ull : 14695981039346656037ull}
 

Variable Documentation

◆ offset

template<std::unsigned_integral T>
T detail::offset {sizeof(T) <= 4uz ? 2166136261ull : 14695981039346656037ull}
constexpr

◆ prime

template<std::unsigned_integral T>
T detail::prime {sizeof(T) <= 4uz ? 16777619ull : 1099511628211ull}
constexpr