Typedef apex::containers::map_scoped_alloc

Typedef Documentation

template<typename Key, typename Value, typename Comp = std::less<Key>, typename Mutex = memory::default_mutex, typename ...InnerAlloc>
using apex::containers::map_scoped_alloc = std::map<Key, Value, Comp, scoped_node_allocator<std::pair<const Key, Value>, Mutex, InnerAlloc...>>

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