Typedef apex::containers::unordered_map

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_map = std::unordered_map<Key, Value, Hash, KeyEqual, node_allocator<std::pair<const Key, Value>, Mutex>>

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