Blender  V3.3
Public Member Functions | List of all members
blender::DefaultHash< std::pair< T1, T2 > > Struct Template Reference

#include <BLI_hash.hh>

Public Member Functions

uint64_t operator() (const std::pair< T1, T2 > &value) const
 

Detailed Description

template<typename T1, typename T2>
struct blender::DefaultHash< std::pair< T1, T2 > >

Definition at line 270 of file BLI_hash.hh.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
uint64_t blender::DefaultHash< std::pair< T1, T2 > >::operator() ( const std::pair< T1, T2 > &  value) const
inline

Definition at line 271 of file BLI_hash.hh.

References blender::get_default_hash_2().


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