![]() |
TrinityCore
|
#include <functional>#include <string_view>#include <utility>
Include dependency graph for Hash.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | std::hash< std::pair< K, V > > |
Namespaces | |
| namespace | Trinity |
| namespace | std |
| STL namespace. | |
Functions | |
| template<typename T > | |
| void | Trinity::hash_combine (std::size_t &seed, T const &val) |
| std::uint32_t | Trinity::HashFnv1a (std::string_view data) |