memory
multimap< Key, Value, RawAllocator > Class Template Reference

Detailed Description

template<typename Key, typename Value, class RawAllocator>
class foonathan::memory::multimap< Key, Value, RawAllocator >

Alias template for an STL container that uses a certain RawAllocator.

It is just a shorthand for a passing in the RawAllocator wrapped in a foonathan::memory::std_allocator.