TrinityCore
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Public Member Functions
|
List of all members
std::hash< ObjectGuid > Struct Template Reference
#include <
ObjectGuid.h
>
Public Member Functions
size_t
operator()
(
ObjectGuid
const
&key)
const
Member Function Documentation
size_t
std::hash
<
ObjectGuid
>::operator()
(
ObjectGuid
const
&
key
)
const
inline
399
{
400
return
boost::hash_range(reinterpret_cast<uint64 const*>(&key), reinterpret_cast<uint64 const*>(&key) + 2);
401
}
The documentation for this struct was generated from the following file:
src/server/game/Entities/Object/
ObjectGuid.h
Generated on Tue Apr 5 2016 20:40:45 for TrinityCore by
1.8.8