Zero  0.1.0
Public Types | List of all members
PooledMultiMap< Key, Value, Traits > Struct Template Reference

Template typedef std::multimap<..., PooledAllocator> to PooledMultiMap<Key, Value>::Type. More...

#include <stl_pooled_alloc.h>

Public Types

typedef std::multimap< Key, Value, Traits, PooledAllocator< std::pair< Key, Value > > > Type
 

Detailed Description

template<typename Key, typename Value, class Traits = std::less<Key>>
struct PooledMultiMap< Key, Value, Traits >

Template typedef std::multimap<..., PooledAllocator> to PooledMultiMap<Key, Value>::Type.

Member Typedef Documentation

§ Type

template<typename Key , typename Value , class Traits = std::less<Key>>
typedef std::multimap<Key, Value, Traits, PooledAllocator<std::pair<Key, Value> > > PooledMultiMap< Key, Value, Traits >::Type

The documentation for this struct was generated from the following file: