Blender  V3.3
Public Member Functions | List of all members
blender::DefaultHash< T * > Struct Template Reference

#include <BLI_hash.hh>

Public Member Functions

uint64_t operator() (const T *value) const
 

Detailed Description

template<typename T>
struct blender::DefaultHash< T * >

While we cannot guarantee that the lower 4 bits of a pointer are zero, it is often the case.

Definition at line 209 of file BLI_hash.hh.

Member Function Documentation

◆ operator()()

template<typename T >
uint64_t blender::DefaultHash< T * >::operator() ( const T value) const
inline

Definition at line 210 of file BLI_hash.hh.

References hash, and ptr.


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