Blender  V3.3
Public Member Functions | List of all members
blender::DefaultHash< const 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< const T >

Use the same hash function for const and non const variants of a type.

Definition at line 111 of file BLI_hash.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 112 of file BLI_hash.hh.


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