Typedef apex::containers::set

Typedef Documentation

template<typename Key, typename Comp = std::less<Key>, typename Mutex = memory::default_mutex>
using apex::containers::set = std::set<Key, Comp, node_allocator<Key, Mutex>>

Defines a set type that only works with static allocators. Intended for more complicated use cases, such as those involving sets nested in a container