#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include <hboost/container_hash/hash.hpp>
#include <oneapi/tbb/concurrent_unordered_set.h>
#include <utility>
Go to the source code of this file.
|
template<typename K , typename H = hboost::hash<K>, typename P = std::equal_to<K>, typename A = tbb::tbb_allocator<K>> |
using | UT_ConcurrentSet = tbb::concurrent_unordered_set< K, H, P, A > |
|
template<typename K , typename H = hboost::hash<K>, typename P = std::equal_to<K>, typename A = tbb::tbb_allocator<K>>
template<typename K , typename H , typename E , typename A >