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

#include <BLI_hash.hh>

Public Member Functions

uint64_t operator() (float value) const
 

Detailed Description

One should try to avoid using floats as keys in hash tables, but sometimes it is convenient.

Definition at line 144 of file BLI_hash.hh.

Member Function Documentation

◆ operator()()

uint64_t blender::DefaultHash< float >::operator() ( float  value) const
inline

Definition at line 145 of file BLI_hash.hh.


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