template<typename TKey, typename TValue, class TPredicate>
struct Geo::GeoFixedPoolMap
To make usage of this pool class a bit less painful, create template holding classes for typedefs; since template typedefs do not exist, this is the closest you can get.
Typedefs
Name | Description |
---|---|
GeoMap< TKey, TValue, TPredicate, GeoFixedPoolAllocator< GeoPair< const TKey, TValue > > > Type | A typedef for a GeoMap using a GeoFixedPoolAllocator. |