struct hash_helper

Declaration

template <std::uint64_t N>
struct hash_helper { /* full declaration omitted */ };

Declared at: libs/pika/hashing/include/pika/hashing/fibhash.hpp:31

Member Variables

public static const std::uint64_t log2 = hash_helper<(N >> 1)>::log2 + 1
public static const std::uint64_t shift_amount = 64 - log2