Typedef apex::containers::multimap

Typedef Documentation

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

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