Definition of the ObjectPool class template and closely related code.  
More...
#include <algorithm>#include <cassert>#include <stdexcept>#include <utility>#include <vector>Classes | |
| class | playrho::ObjectPool< T > | 
| Object pool with indexable properties.  More... | |
Namespaces | |
| playrho | |
Functions | |
| template<typename T > | |
| ObjectPool< T >::size_type | playrho::used (const ObjectPool< T > &array) noexcept | 
| Gets the number of elements that are used in the specified structure.  More... | |
Definition of the ObjectPool class template and closely related code.