Typedef apex::containers::multimap_scoped_alloc

Typedef Documentation

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

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