Intel Threading Building Blocks 2.1 for Open Source

Static Public Member Functions

tbb::tbb_hash_compare< Key > Struct Template Reference

#include <concurrent_hash_map.h>

List of all members.

Static Public Member Functions

static bool equal (const Key &a, const Key &b)
static size_t hash (const Key &a)

Detailed Description

template<typename Key>
struct tbb::tbb_hash_compare< Key >

hash_compare that is default argument for concurrent_hash_map

Definition at line 70 of file concurrent_hash_map.h.


Member Function Documentation

template<typename Key >
static bool tbb::tbb_hash_compare< Key >::equal ( const Key &  a,
const Key &  b 
) [inline, static]

Definition at line 57 of file concurrent_hash_map.h.

{

template<typename Key >
static size_t tbb::tbb_hash_compare< Key >::hash ( const Key &  a  )  [inline, static]

Definition at line 56 of file concurrent_hash_map.h.

{


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

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

Licensed under the GNU General Public License 2 with the runtime exception.

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.