openMSX
Classes | Namespaces | Functions
MinimalPerfectHash.hh File Reference
#include "cstd.hh"
#include "Math.hh"
#include "ranges.hh"
#include "static_vector.hh"
#include "stl.hh"
#include "xrange.hh"
#include <array>
#include <bit>
#include <cassert>
#include <cstdint>
Include dependency graph for MinimalPerfectHash.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PerfectMinimalHash::Result< M, Hash >
 

Namespaces

namespace  PerfectMinimalHash
 

Functions

template<size_t N, typename Hash , typename GetKey >
constexpr auto PerfectMinimalHash::create (const Hash &hash, const GetKey &getKey)