#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include <hboost/container_hash/hash.hpp>
#include <tbb/concurrent_hash_map.h>
#include <utility>
Go to the source code of this file.
|
template<typename K , typename T , typename H = UT::detail::HashCompare<K>, typename A = tbb::tbb_allocator<std::pair<const K, T>>> |
using | UT_ConcurrentHashMap = tbb::concurrent_hash_map< K, T, H, A > |
|
template<typename K , typename T , typename H = UT::detail::HashCompare<K>, typename A = tbb::tbb_allocator<std::pair<const K, T>>>
template<typename K , typename V , typename H , typename A >