Typedef apex::containers::map

Typedef Documentation

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

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