Typedef apex::containers::unordered_multiset

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_multiset = std::unordered_multiset<Key, Hash, KeyEqual, node_allocator<Key, Mutex>>

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