Typedef apex::containers::unordered_multimap

Typedef Documentation

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

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