CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
OdHashSet_PtrHasher< T > Struct Template Reference

#include <OdHashSet.h>

Inheritance diagram for OdHashSet_PtrHasher< T >:

Public Types

enum  { bucket_size = 4 , min_buckets = 8 }
 

Public Member Functions

size_t operator() (const T *key) const
 

Detailed Description

template<class T>
struct OdHashSet_PtrHasher< T >

Definition at line 187 of file OdHashSet.h.

Member Enumeration Documentation

◆ anonymous enum

template<class T >
anonymous enum
Enumerator
bucket_size 
min_buckets 

Definition at line 188 of file OdHashSet.h.

Member Function Documentation

◆ operator()()

template<class T >
size_t OdHashSet_PtrHasher< T >::operator() ( const T *  key) const
inline

Definition at line 189 of file OdHashSet.h.


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