|
| IterateWrapper (size_t from=0, std::function< bool(size_t)> filter=nullptr) |
|
PoolIterator< T > | begin () |
|
PoolIterator< T > | end () |
|
bool | empty () |
|
|
size_t | from |
|
std::function< bool(size_t)> | filter |
|
template<class Titem, typename Tindex, size_t Tgrowth_step, size_t Tmax_size, PoolType Tpool_type = PT_NORMAL, bool Tcache = false, bool Tzero = true>
template<class T>
struct Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::IterateWrapper< T >
Definition at line 174 of file pool_type.hpp.
The documentation for this struct was generated from the following file: