Typedef apex::containers::unordered_map_scoped_alloc

Typedef Documentation

template<typename Key, typename Value, typename Hash = std::hash<Key>, typename KeyEqual = std::equal_to<Key>, typename Mutex = memory::default_mutex, typename ...InnerAlloc>
using apex::containers::unordered_map_scoped_alloc = std::unordered_map<Key, Value, Hash, KeyEqual, scoped_node_allocator<std::pair<const Key, Value>, Mutex, InnerAlloc...>>

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