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

#include <BLI_hash.hh>

Public Member Functions

uint64_t operator() (StringRef value) const
 

Detailed Description

Definition at line 174 of file BLI_hash.hh.

Member Function Documentation

◆ operator()()

uint64_t blender::DefaultHash< std::string >::operator() ( StringRef  value) const
inline

Take a #StringRef as parameter to support heterogeneous lookups in hash table implementations when std::string is used as key.

Definition at line 179 of file BLI_hash.hh.

References blender::hash_string().


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