BRE12
Public Member Functions | Public Attributes | List of all members
tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node Struct Reference
Inheritance diagram for tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node:

Public Member Functions

 node (const Key &key)
 
 node (const Key &key, const T &t)
 
 node (const value_type &i)
 
void * operator new (size_t, node_allocator_type &a)
 
void operator delete (void *ptr, node_allocator_type &a)
 

Public Attributes

value_type item
 

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