Typedef apex::containers::unordered_set

Typedef Documentation

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

Defines a unordered_set type that only works with static allocators. Intended for more complicated use cases, such as those involving unordered_sets nested in a container