Versions Compared

Key

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

template<typename TValue>
struct Geo::GeoFixedPoolList

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
GeoList< TValue, GeoFixedPoolAllocator< TValue > > Type

A typedef for a GeoList using a GeoFixedPoolAllocator.