Typedef apex::containers::multiset_scoped_alloc

Typedef Documentation

template<typename Key, typename Comp = std::less<Key>, typename Mutex = memory::default_mutex, typename ...InnerAlloc>
using apex::containers::multiset_scoped_alloc = std::multiset<Key, Comp, scoped_node_allocator<Key, Mutex, InnerAlloc...>>

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