Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::tbb_hash< Key > Class Template Reference

#include <_tbb_hash_compare_impl.h>

Collaboration diagram for tbb::tbb_hash< Key >:

Public Member Functions

 tbb_hash ()
 
size_t operator() (const Key &key) const
 

Detailed Description

template<typename Key>
class tbb::tbb_hash< Key >

Definition at line 90 of file _tbb_hash_compare_impl.h.

Constructor & Destructor Documentation

◆ tbb_hash()

template<typename Key >
tbb::tbb_hash< Key >::tbb_hash ( )
inline

Definition at line 93 of file _tbb_hash_compare_impl.h.

93 {}

Member Function Documentation

◆ operator()()

template<typename Key >
size_t tbb::tbb_hash< Key >::operator() ( const Key &  key) const
inline

Definition at line 95 of file _tbb_hash_compare_impl.h.

96  {
97  return tbb_hasher(key);
98  }
size_t tbb_hasher(const std::pair< F, S > &p)
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task __itt_model_task_instance ITT_FORMAT p void ITT_FORMAT p void ITT_FORMAT p void size_t ITT_FORMAT d void ITT_FORMAT p const wchar_t ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s no args void ITT_FORMAT p size_t ITT_FORMAT d no args const wchar_t const wchar_t ITT_FORMAT s __itt_heap_function void size_t int ITT_FORMAT d __itt_heap_function void ITT_FORMAT p __itt_heap_function void void size_t int ITT_FORMAT d no args no args unsigned int ITT_FORMAT u const __itt_domain __itt_id ITT_FORMAT lu const __itt_domain __itt_id __itt_id __itt_string_handle ITT_FORMAT p const __itt_domain __itt_id ITT_FORMAT p const __itt_domain __itt_id __itt_timestamp __itt_timestamp ITT_FORMAT lu const __itt_domain __itt_id __itt_id __itt_string_handle ITT_FORMAT p const __itt_domain ITT_FORMAT p const __itt_domain __itt_string_handle unsigned long long ITT_FORMAT lu const __itt_domain __itt_id __itt_string_handle * key

References key, and tbb::interface5::tbb_hasher().

Here is the call graph for this function:

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

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.