#pragma once #include #include struct xxHashStringGen { uint64_t operator()(const std::string &str) const noexcept; };