TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
HashTrait< shared_ptr< T > > Struct Template Reference

#include <G3D.h>

Static Public Member Functions

static size_t hashCode (shared_ptr< T > key)
 

Member Function Documentation

template<class T >
static size_t HashTrait< shared_ptr< T > >::hashCode ( shared_ptr< T >  key)
inlinestatic
107 { return reinterpret_cast<size_t>( key.get() ); }

The documentation for this struct was generated from the following file: