BRE12
Public Types | Public Member Functions | Public Attributes | List of all members
tbb::interface5::internal::hash_compare< Key, Hasher, Key_equality > Class Template Reference

Public Types

typedef Hasher hasher
 
typedef Key_equality key_equal
 

Public Member Functions

 hash_compare (Hasher a_hasher)
 
 hash_compare (Hasher a_hasher, Key_equality a_keyeq)
 
size_t operator() (const Key &key) const
 
bool operator() (const Key &key1, const Key &key2) const
 

Public Attributes

Hasher my_hash_object
 
Key_equality my_key_compare_object
 

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