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