Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::AllocCache Struct Reference
Helper struct to cache 'freed' PoolItems so we do not need to allocate them again.
More...
Detailed Description
template<class Titem, typename Tindex, size_t Tgrowth_step, size_t Tmax_size, bool Tcache = false, bool Tzero = true>
struct Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::AllocCache
Helper struct to cache 'freed' PoolItems so we do not need to allocate them again.
Definition at line 233 of file pool_type.hpp.
The documentation for this struct was generated from the following file: