Typedef apex::containers::unordered_set_scoped_alloc

Typedef Documentation

template<typename Key, typename Hash = std::hash<Key>, typename KeyEqual = std::equal_to<Key>, typename Mutex = memory::default_mutex, typename ...InnerAlloc>
using apex::containers::unordered_set_scoped_alloc = std::unordered_set<Key, Hash, KeyEqual, scoped_node_allocator<Key, Mutex, InnerAlloc...>>

Defines unordered_set type which can accept multiple allocators which can be applied to different levels of nested data structures