Searched refs:hash_combine (Results 1 – 1 of 1) sorted by relevance
16 static inline void hash_combine(std::size_t &) noexcept { } in hash_combine() function19 static inline void hash_combine(std::size_t &seed, const T &v, Rest &&...rest) noexcept in hash_combine() function23 hash_combine(seed, std::forward<Rest>(rest)...); in hash_combine()34 hash_combine(ret, __VA_ARGS__); \