Typedef apex::containers::set_scoped_alloc

Typedef Documentation

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

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