qxLib
|
#include <cstddef>
Go to the source code of this file.
Functions | |
template<typename T > | |
constexpr size_t | qx::get_hash (const T &value) noexcept |
Get an object hash. More... | |
template<typename T > | |
constexpr void | qx::hash_combine (size_t &seed, const T &value) noexcept |
Combine hashes. More... | |
|
constexprnoexcept |