Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

NameDescription
GeoMap< TKey, TValue, TPredicate, GeoFixedPoolAllocator< GeoPair< const TKey, TValue > > > Type

A typedef for a GeoMap using a GeoFixedPoolAllocator.