third-party/tbb/src/doc/html/a00054.html
interface5
Public Types | Public Member Functions | List of all members
tbb::interface5::concurrent_unordered_map< Key, T, Hasher, Key_equality, Allocator > Class Template Reference
Inheritance diagram for tbb::interface5::concurrent_unordered_map< Key, T, Hasher, Key_equality, Allocator >:
|
| | typedef Key | key_type | | | | typedef base_type::value_type | value_type | | | | typedef T | mapped_type | | | | typedef Hasher | hasher | | | | typedef Key_equality | key_equal | | | | typedef hash_compare | key_compare | | | | typedef base_type::allocator_type | allocator_type | | | | typedef base_type::pointer | pointer | | | | typedef base_type::const_pointer | const_pointer | | | | typedef base_type::reference | reference | | | | typedef base_type::const_reference | const_reference | | | | typedef base_type::size_type | size_type | | | | typedef base_type::difference_type | difference_type | | | | typedef base_type::iterator | iterator | | | | typedef base_type::const_iterator | const_iterator | | | | typedef base_type::iterator | local_iterator | | | | typedef base_type::const_iterator | const_local_iterator | | |
|
|
| | concurrent_unordered_map (size_type n_of_buckets=base_type::initial_bucket_number, const hasher &_Hasher=hasher(), const key_equal &_Key_equality=key_equal(), const allocator_type &a=allocator_type()) |
| |
| | concurrent_unordered_map (const Allocator &a) |
| |
| template<typename Iterator > |
| | concurrent_unordered_map (Iterator first, Iterator last, size_type n_of_buckets=base_type::initial_bucket_number, const hasher &_Hasher=hasher(), const key_equal &_Key_equality=key_equal(), const allocator_type &a=allocator_type()) |
| |
| | concurrent_unordered_map (std::initializer_list< value_type > il, size_type n_of_buckets=base_type::initial_bucket_number, const hasher &_Hasher=hasher(), const key_equal &_Key_equality=key_equal(), const allocator_type &a=allocator_type()) |
| | Constructor from initializer_list.
|
| |
| | concurrent_unordered_map (const concurrent_unordered_map &table) |
| |
| concurrent_unordered_map & | operator= (const concurrent_unordered_map &table) |
| |
| | concurrent_unordered_map (concurrent_unordered_map &&table) |
| |
| concurrent_unordered_map & | operator= (concurrent_unordered_map &&table) |
| |
| | concurrent_unordered_map (concurrent_unordered_map &&table, const Allocator &a) |
| |
| | concurrent_unordered_map (const concurrent_unordered_map &table, const Allocator &a) |
| |
| mapped_type & | operator[] (const key_type &key) |
| |
| mapped_type & | at (const key_type &key) |
| |
| const mapped_type & | at (const key_type &key) const |
| |
The documentation for this class was generated from the following file:
Copyright © 2005-2018 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.