TrinityCore
Hash.h File Reference
#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
 

Functions

template<typename T >
void Trinity::hash_combine (std::size_t &seed, T const &val)
 
std::uint32_t Trinity::HashFnv1a (std::string_view data)