tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node Struct Reference
List of all members.
Public Member Functions |
| node (const Key &key) |
| node (const Key &key, const T &t) |
void * | operator new (size_t, node_allocator_type &a) |
void | operator delete (void *ptr, node_allocator_type &a) |
Public Attributes |
value_type | item |
template<typename Key, typename T, typename HashCompare, typename Allocator>
struct tbb::interface5::concurrent_hash_map< Key, T, HashCompare, Allocator >::node
The documentation for this struct was generated from the following file: